a:link 
{
	FONT: 17px;
	text-decoration: none;
	color: #0099FF;

}
a:active 
{
	FONT: 17px;
	text-decoration: none;
}
a:visited 
{
	FONT: 17px;
	text-decoration: none;
	color: #0099FF;
}
a:hover 
{
	FONT: 17px;
	color: #FF9900;
	text-decoration: underline;
}

