/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#333333;
background-color:#000000;
margin: 40px;
}

dd, td {
color:#663300;
}

dt {
color:#663300;
font-weight:bolder;
font-size:110%;
}

li {
color:#663300;
}

h2 {
color:#663300;
font-size:125%;
}

h3 {
color:#663300;
font-size:110%;
}

a, a:link, a:visited {
color:#cccc99;
text-decoration:underline;
}

a:visited, a:hover, a:focus{
color:#cccc99;
text-decoration:none;
}

#menu a, #menu a:link {
color:#663300;
text-decoration:underline;
}

#menu a:visited, #menu a:hover, #menu a:focus{
color:#663300;
text-decoration:none;
}



#footer a {
color:#cccc99;
}

#footer a:visited, #footer a:hover, #footer a:focus {
color:#663300;
}

#news a {
color:#663300;
}

#news a:visited, #news a:hover, #news a:focus {
color:#000000;
}

#wrapper {
margin: 0px;
padding: 10px 0px 10px 0px;
border: #cccc99 1px solid;
}

.bold {
font-weight:bold;
}

.indent {
text-indent:.25in;
color:#663300;
}


.rust {
color:#663300;
}

.rustunderlined {
color:#663300;
text-decoration:underline;
}

.rustsmall {
color:#663300;
font-size:80%;
}

.tan {
color:#cccc99;
}

.tansmall {
color:#cccc99;
font-size:80%;
}

.white {
color:#FFFFFF;
}

.xlarge {
font-size:300%;
color:#cccc99;
}

.xlgrust {
color:#663300;
font-size:300%;
}

.italic {
font-style:italic;
}


