P  {
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	font-size : small;
}

A  {
	color : blue
	text-decoration:none
}

A:visited  {
	color : red
}

td  {
	font-size : small;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
}


A:active  {
	color : blue;
}

A:hover  {
	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;
}

.H2center  {
	font-size : large;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	align:center;
}

.wow
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;
}


P.red  {
	font-size : medium;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : red;
}
.red	{
	color:red;
}

.gray {
	color:999999;
}

BODY  {
	font-family : Arial, Helvetica;
	font-size : small;
}



.xsmall {
	font-size : x-small;
}

.xxsmall {
	font-size : xx-small;
}