A
{
	text-decoration: none;
	color: #006600;
}

A:hover
{
	text-decoration: none;
	color: #FF6600;
}

A.greenLink
{
	font-size: x-small;
	text-decoration: none;
	color: #006600;
}

A.greenLink:hover
{
	font-size: x-small;
	text-decoration: underline;
	color: #00FF00;
}

A.backgroundLink
{
	font-size: large;
	font-family: Verdana;
	font-variant: small-caps;
}

A.backgroundLink:hover
{
	font-size: large;
	font-family: Verdana;
	font-variant: small-caps;
	background-color: #006600;
	border-width: 1px;
	border-style: solid;
}