
a:link, a:hover, a:visited, a:active
{
	color: rgb(58,124,191);
}

a:hover, a:active
{
	text-decoration:underline;
	color: rgb(76,165,255);

}
