/*
 A:active { color: rgb(255,102,0);}
 A:link { color: rgb(204,102,0);}
 A:visited { color: rgb(204,102,0);}
 A:hover { color: rgb(255,0,0);}
 
a:link {color: #0000ff; text-decoration: underline;font-weight: bold; }
a:active {color: #0000ff; text-decoration: underline; font-weight: bold;}
a:visited {color: #800080; text-decoration: underline; font-weight: bold;}
a:hover {color: #B85737; font-size: large; text-decoration: underline overline; font-weight: bold;}

*/


body {
	background-color: #9C9A00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #996600;

}


a:link {color: #736D42; text-decoration: none;font-weight: bold; }
a:active {color: #736D42; text-decoration: none; font-weight: bold;}
a:visited {color: #736D42; text-decoration: none; font-weight: bold;}
a:hover {color: #CD6802; text-decoration: none; font-weight: bold;}
/*
a:hover {color: #FF0000; font-size: 17px; text-decoration: none; font-weight: bold;}
*/