<style type="text/css">

a:text
{
	color: #FF0000;
	text-decoration: none;
}

a:link 
{
	color: #FF0000;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #FF0000;
}

a:hover 
{
	text-decoration: underline;
	color: #00CCCC;
}

a:active 
{
	text-decoration: none;
	color: #FFFFFF;
}
