body {
	 /*background-color: #663300;*/
	 background-color: Maroon;
	 /*background-color: #330000;*/
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 /*color: #542529;*/
	 color: white;
	 margin: 0;
	 padding: 0; 
}
a:link {
    color: white;
    text-decoration: none;
	 font-weight: bold;
	
}

a:active {
    color: #FD9B00;
   text-decoration: none;
	 font-weight: bold;

}
a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-shadow: Black;
  

}
a:hover {
    color:#FD9B00;
	  text-decoration: underline;
	 font-weight: bold;
	
}
