P  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Red;
}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

A:Visited  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

A:Active  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : underline;
}

A:Hover  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

BODY  {
	background-color : Black;
}

