A  {
	color : #FF0000;
	text-decoration : underline;
}

A:Visited  {
	color : #FF0000;
	text-decoration : underline;
}

A:Active  {
	color :#000000;
	text-decoration : underline;
}

A:Hover  {
	color : #FFFFFF;
	text-decoration : none;
	background-color:#FF0000;
}

A.montage {
	text-decoration: none;
}