P  {}

H1  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	color : Maroon;
}

H2  {}

H3  {
	font-size : medium;
	font-family : Arial;
	color : Navy;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

TD  {
	font-size : small;
	font-family : Arial;
}

TH  {
	font-family : Arial;
	color : Navy;
	font-weight : bold;
	font-size : small;
}

.small  {
	font-size : x-small;
	font-family : Tahoma;
	color : Maroon;
}

TD.green  {
	font-size : small;
	font-family : Arial;
	color : Green;
}


