P  {
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	font-size : small;
}

A  {
	font-size : small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
}

A:visited  {
	font-size : small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
}

td  {
	font-size : x-small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
}


A:active  {
	font-size : small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : blue;
}

A:hover  {
	font-size : small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : gray;
}

H1  {
	font-style : normal;
	font-size : x-large;
	font-family : Arial, Helvetica;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
}

H3  {font-size : large;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : italic;
}

.redtext {color : "dimgray"; font-size : "xx-small";}

H3.red  {font-size : large;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : italic;
	color : red;
}

.red	{
	color:red;
}

P.red  {
	font-size : medium;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : red;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	font-family : Arial, Helvetica;
	font-size : small;
}


