B {
	font-family : Arial, Helvetica, sans-serif;
}
A {
	background-color : transparent;
	color : Teal;
	font-size : larger;
}

A:ACTIVE {
	background-color : Teal;
	color : White;
	font-size : larger;
}

A:HOVER {
	background-color : #DDDDDD;
	color : Maroon;
	font-style : normal;
}
A:VISITED {
background-color : transparent;
	color : Maroon;
	font-size : larger;
	
}
