SPAN.green
 {
	color : Green;
	font : bold;
}

SPAN.black
 {
	color : Black;
	font : bold;
}
 
SPAN.pink
 {
	color : Fuchsia;
	font : bold;
}
  
P 
{
	text-align: left;
	color: Black;
	font: normal xx-small Arial, Helvetica, sans-serif;
}

P.xxsmall 
{
	text-align: center;
	color: Black;
	font: normal xx-small Arial, Helvetica, sans-serif;
}

P.center 
{
	text-align: center;
	color: Black;
	font: normal smaller Arial, Helvetica, sans-serif;
}

P.courier 
{
	text-align: left;
	color: Black;
	font: normal smaller "Courier New", Courier, monospace;
}

P.main
{
	text-align: left;
	color: Black;
	font: normal small Arial, Helvetica, sans-serif;
}

P.mainpink
{
	text-align: left;
	color: #C71585;
	font: normal small Arial, Helvetica, sans-serif;
}

P.maingreen
{
	text-align: left;
	color: Green;
	font: normal small Arial, Helvetica, sans-serif;
}

P.bottomlinks
{
	text-align: center;
	color: Black;
	font: normal x-small Arial, Helvetica, sans-serif;
}







A:LINK {
	color : Fuchsia;
}

A:VISITED {
	color : Gray;
}

A:HOVER {
	color : Black;
}

A:ACTIVE {
	color : Gray;
}

BODY {
	background-color : White;
}


