P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Lime;
	text-decoration : none;
	font-family : System;
}

A.external {
	color : White;
	text-decoration : none;
	font-family : System;
}
A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-size : medium;
	background-color : Black;
	font-family : System;
	color : Green;
}

.mainheader  {
	font-size : large;
	font-weight : bold;
	font-family : System;
	color : Lime;
	text-decoration : underline;
}

.chapterheader  {
	font-size : medium;
	font-weight : bold;
	font-family : System;
	color : Lime;
}

.newsheader  {
	font-size : medium;
	font-weight : bold;
	font-family : System;
	color : Lime;
}

.text  {
	font-size : medium;
	font-family : System;
	color : Green;
}

