body {
font-family: sans-serif;
font-size: 12px;
background-color: #C6B299;
padding: 0;
margin: 0;
}
a:link {
color:#333333;
text-decoration:none;
}
a:visited {
color:#333333;
text-decoration:none;
}
a:hover {
color:#336600;
text-decoration:none;
}
a:active {
color:#336600;
text-decoration:none;
}
h1 {
color:#990000;
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
}
#main {
color:#333333;
font-family: sans-serif;
font-size: 12px;
}
#rates {
color:#333333;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
}
#news {
color:#333333;
font-family: sans-serif;
font-size: 12px;
}
#contact {
color:#333333;
font-family: sans-serif;
font-size: 12px;
}
#footer {
color:#333333;
font-family: sans-serif;
font-size: 10px;
}
.opacity {
opacity:0.5;
filter:alpha(opacity=50);
}