A {
	font-size : smaller;
	text-decoration : none;
	color : White;
	background-color : Maroon;
	font-weight : bold;
}

A:HOVER {
	font-size : smaller;
	text-decoration : none;
	color : Black;
	background-color : #669966;
	font-weight : bold;
}

A:ACTIVE {
	font-size : smaller;
	text-decoration : none;
	color : Black;
	background-color : #669966;
	font-weight : bold;
}

A.image {
	background-color : transparent;
}

A.image:HOVER {
	background-color : transparent;
}

A.image:VISITED {
	background-color : transparent;
}

