A:LINK, A:VISITED {
	color : #0000ff;
	text-decoration : none;
}

A:HOVER {
	background-color : #ff0000;
	color : #ffff00;
	text-decoration : none;
}


