body {
	background-color: #231f20;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #c6d91a;
}
a:active {
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {font-size: 22px}
.style2 {font-size: 10px}

/* footer */

#footer a {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #7B7B7B;
}

#footer a:hover {
	text-decoration: underline;
	color: #0098A4;
}
/* side links */
#lftnav a{
background-color:#242a10;
border-bottom-color:#606f29;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-style:solid;
border-left-width:0px;
border-right-style:solid;
border-right-width:0px;
border-top-color:#838f14;
border-top-style:solid;
border-top-width:1px;
color:#ffffff;
display:block;
font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
font-weight:normal;
margin:0px 0px 0px 3px;
padding:5px 5px;
text-decoration:none;
width:230px;
}
#lftnav a:hover{
background-color:#002D00;
border-bottom-color:#999900;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-style:solid;
border-left-width:0px;
border-right-style:solid;
border-right-width:0px;
border-top-color:#005300;
border-top-style:solid;
border-top-width:1px;
color:#ffffff;
font-style:normal;
padding:5px 5px;
background-image:url("sidenav.jpg");
}