P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {
	text-decoration : underline;
	color : Red;
}

A:Hover  {
	color : blue;
	text-decoration : underline;
	background : white;
}

PRE A  {}

PRE A:Hover  {
	background : white;
	color : blue;
}

BODY  {
	text-decoration : none;
}

.usenet A  {
	background : white;
}

.usenet A:Hover  {
	background : white;
	color : blue;
}

