P  {
	background-color : White;
	font-size : 12px;
}

H1  {}
H2  {}
H3  {}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	color : Blue;
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
	color : Blue;
}

A:Hover  {
	color : Blue;
	text-decoration : underline;
}

B {
	font-weight: bold;
	color : Blue;
}

BODY  {
	background-color : White;
	font-family : Verdana;
	font-size : 12px;
}

TD  {
	font-family : Verdana;
	font-size : 12px;
}

.smalltext  {
	font-size : 11px;
}

.largetext  { 
	font-weight: bold;
	font-size : 14px;
}

.largertext  { 
	font-weight: bold;
	font-size : 16px;
}