/* CSS Document */

body {
font-family:"Trebuchet", "Lucida Sans", Courier;
font-size:12px;
}

.thickline {
border-top:4px solid #FFcc00;
width:100%;
}

.thinline {
border-top:1px solid #FFcc00;
width:100%;
}

a {
text-decoration:none;
}

a:hover {
color: #ffcc00;
}

h1 {
font-size:32px;
}

h2 {
font-size:20px;
}

h3 {
font-size: 15px;
}

.big {
font-size: 14px;
font-weight: bold;
}

input {
font-size: 16px;
background-color:#ffcc00;
border:1px solid blue;
}

.red {
color:#ee0000;
}
