HR {
	color : Black;
}


P  {
	font-size : medium;
	text-indent : 15;
	margin-top : 6;
	margin-bottom : 6;
	color : Black;
}

H1  { 
	font-size : large;
	text-align : center;
	font-weight : normal;
}

H2  {
	color : Black;
}

ADDRESS {
	color : Black;
}

DIV {
	color : Black;
}

, TD {
	color : Black;
}




H3  {}

A  {
	color : Blue;
	text-decoration : none;
	font : normal;
}

A:Visited  {
	color : #6699CC;
	text-decoration : none;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	text-decoration : none;
		text-decoration : underline;
}

BODY  {
	margin : 10px 0px 10px 0px;
}

