a:link, a:visited, a:active
{
	color:RED;
	TEXT-DECORATION: none;
}
a:hover
{
	color:RED;
	TEXT-DECORATION: underline;
}
