P  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : #99CCFF;
	text-decoration : none;
	text-indent : 15 pt;
}

H1  {
	font-size : large;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align : center;
	color : White;
}

H2  {
	font-weight : bold;
	font-style : normal;
	color : White;
	text-align : center;
	font-size : small;
}

H3  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : none;
	text-align : left;
}

A  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : rgb(219, 219, 255);
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
	color : rgb(149, 149, 255);
	font-style : normal;
	font-weight : bold;
	font-size : small;
}

A:Hover  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : rgb(170, 170, 255);
	text-decoration : none;
}

BODY  {
	bgproperties : fixed;
}

DL  {
	text-align : left;
}

DT  {
	font-weight : bold;
	color : #99CCFF;
	font-size : medium;
}

DD  {
	color : #CCCCFF;
	font-size : small;
	font-weight : normal;
}

UL  {
	color : #99CCFF;
	font-size : small;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align : left;
	list-style-type : none;
	list-style-position : inside;
}

P.foot  {
	font-size : x-small;
	font-style : normal;
	color : #CCFFCC;
	text-decoration : none;
	text-align : left;
}

