@charset "utf-8";
/* CSS Document */
body {
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:20px;
color:#fff;
background-color:#333333;
}
.small_red_text {
font-size:11px;
color:#999;
}
.links {
font-size:12px;
color:#98CB00;
text-decoration:none;
font-style:italic;
}
.links:hover{
color:#999;
text-decoration:none;
}
.navigate {
font-family:"Trebuchet MS";
font-size:21px;
color:#98CB00;
font-weight:bold;
text-decoration:none;
}
.navigate:hover{
color:#999A00;
text-decoration:none;
}
.bigtext {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#fff;
font-weight:bold;
}
.whites {
color:#FFFFFF;
}
.headings {
font-weight:bold;
color:#7F4702;
}
