﻿a:link
{
	text-decoration: none;
	color: #0000CC;
	background: transparent;
}
a:visited
{
	text-decoration: none;
	color: #551A8B;
	background: transparent;
}
a:active
{   
	text-decoration: none;
	color: #0000CC;
	background: transparent;
}
a:hover
{ 
	text-decoration: underline;
	color: #0000CC;
	background: transparent;
}
