P  {
	font-size : small;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
}

H1  {
	font-weight : bold;
}

H2  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : normal;
	text-align : center;
}

H3  {
	font-size : xx-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
}

A  {}

A:Visited  {
	text-decoration : underline;
}

A:Active  {
	text-decoration : underline;
	color : Red;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-size : small;
	font-family : monospace;
	font-weight : normal;
	font-style : normal;
	color : Lime;
	background-color : Black;
}

