
A:LINK
	{
	font-family: Verdana;
	font-size: 100%;
	text-decoration: none;
	color: red;
	}
A:VISITED
	{
	font-family: Verdana;
	font-size: 100%;
	text-decoration: none;
	color: red;
	}
A:HOVER
	{
	font-family: Verdana;
	font-size: 100%;
	color: red;
	font-weight: 400;
	text-decoration: bold;
	}
A:ACTIVE
	{
	font-family: Verdana;
	font-size: 100%;
	color: red;
	text-decoration: none;
	background-color: none;
	}