/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


a, a:link{
 	color: #FFCC00;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
 	color: ##FFCC00;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active{
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 10px;
	color: #837B70;
	padding: 25px 10px 10px 205px;
}
#footer a{
	color: #837B70;
	font-weight: normal;
	text-decoration: none;
}

#footer a:link{
	color: #FFCC00 ;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited{
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}


