BODY  {
	background-color : #f5fffa;
	color : #000000;
	text-decoration : none;
}

A  {
	color : #000000;
	text-decoration : none;
}

A:Link  {
	color : #000000;
	text-decoration : none;
}

A:Visited  {
	color : #000000;
	text-decoration : none;
}

A:Active  {
	color : #000000;
	text-decoration : none;
}

A:Hover  {
	color : #FF0000;
	text-decoration : none;
}

A.dv  {
	color : #000000;
	text-decoration : underline;
}

A.dv.Link  {
	color : #000000;
	text-decoration : underline;
}

A.dv.Visited  {
	color : #000000;
	text-decoration : underline;
}

A.dv.Active  {
	color : #000000;
	text-decoration : underline;
}

A.dv.Hover  {
	color : #FF0000;
	text-decoration : none;
}

