a:link{
	font-family: Verdana, Swiss, SunSans-Regular, Arial, Geneva, Helvetica, "Courier New", Courier, Monaco,"Times New Roman", Georgia, Times;
	text-decoration: underline;
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
}

a:visited{
	text-decoration: underline;
	font-size: 12px;
	color: #DD7700;
	font-weight: normal;

}

a:hover{ 
	text-decoration: underline; 
	font-size: 12px;
	color: #00CC00;
	font-weight: normal;
}

a:active{ 
	color: #FFFF00; 
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
 }
