P  {
	font-size : 14;
	font-family : Arial;
	color : Black;
}

H1  {
	font-size : x-large;
}

H2  {
	font-size : large;
}

H3  {
	font-size : medium;
}

A  {
	font-family : Fixedsys;
}

A:Visited  {
	color : Fuchsia;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	color : Teal;
}

BODY  {
	color : Black;
	background-color : White;
	font-family : Arial;
	font-size : 14;
	visibility : visible;
}

#note  {
	color : White;
	font-weight : bold;
	font-size : xx-small;
	background-color : Maroon;
	text-align : left;
	border-color : Blue;
	border-style : solid;
	clip : auto;
	visibility : visible;
}

#note2  {
	font-size : 12;
}

UL  {
	background-color : Maroon;
	color : White;
	border-color : Blue;
	border-style : double;
	list-style-type : circle;
	list-style : square;
}

