<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html>
	<head>
	<title>Style</title>




<style type="text/css">
A:link {background:none; color:silver;}
A:hover {background:none; color:#d6e280;}
A:visited {background:none;color:silver;}
A:active {background:none ;color:silver;}
body {background:#341202 url(images/background.jpg); background-position:top center;}


#footer A:link{background:none; color:#6a3902; text-decoration:none}
#footer A:hover {background:none;color:red; text-decoration:none}
#footer A:visited {background:none;color:#854906; text-decoration:none}
#footer A:active {background:none;color:#9c580c; text-decoration:none}

#content a:link {background:none; color:maroon; text-decoration:underline}
#content A:hover {background:none;color:red; text-decoration:none}
#content A:visited {background:none;color:#341202; text-decoration:none}
#content A:active {background:none;color:#2a317d; text-decoration:none}

</style>
</head>


</body>
</html>