P  {
	font-family : verdana,arial,helvetica;
	font-size : small;
	color : #ffff9c;
}

H1  {
	font-size : x-large;
	color : Red;
	font-family : sans-serif;
	font-weight : bold;
}

H2  {
	font-family : verdana,arial,helvetica;
	font-size : large;
	font-weight : bold;
	color : White;
}

H3  {
	font-family : verdana,arial,helvetica;
	color : White;
	font-size : medium;
}

A  {
	text-decoration : none;
	color : #ffff9c;
}

A:Visited  {
	text-decoration : none;
	color : #ffff9c;
}

A:Active  {
	text-decoration : none;
	color : #ffff9c;
}

A:Hover  {
	text-decoration : underline;
	color : Red;
}

BODY  {
	overflow : clip;
}

.indent  {
	margin-left : 3em;
}

.black  {
	color : Black;
	margin-left : 3em;
}

