﻿A:link		
{ 	color: Gray;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent; }

A:visited	{color: Gray; font-weight:bold; text-decoration:none;}
A:active	{}
A:hover
{
	color: #1960c9;
	background-color: White;
	text-decoration: none;
}

.Link2 A {color: Black;
	font-weight:bold;
	background-color: White;
	}

.Link2   A:visited	{color: Gray; font-weight:bold; text-decoration:underline;background-color: White;}

.link2   A:hover
{
	color: Blue;
	text-decoration: underline;
}