P  {
	font-size : x-small;
	font-family : Arial;
}

P.red  {
	font-size : x-small;
	font-family : Arial;
	color:#CC0000;
}

H1  {
	font-size : large;
	font-family : Arial;
}

H2  {
	font-size : medium;
	font-family : Arial;
}

H2.red  {
	font-size : medium;
	font-family : Arial;
	color:#CC0000;
}

H3  {
	font-size : 14 pt;
	font-family : Arial;
	font-weight : bold
	font-weight : normal;
}

A  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
}

A:Visited  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Teal;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Teal;
	text-decoration : none;
}

BODY  {
	font-size : x-small;
	font-family : Arial;
}


