DIV  {
  font-size : x-small ;
}

H1  {
	font-family : Exotc350 Lt BT;
	font-size : xx-large;
	color : White;
}

H2  {
	font-family : Exotc350 Lt BT;
	font-size : x-large;
	color : #66FF99;
}

H3  {
	font-family : Verdana;
	font-size : medium;
}

A  {
	color : Green;
	font-weight : bold;
}

A:Visited  {
	color : Olive;
}

A:Active  {
	color : #FF3366;
}

A:Hover  {
	color : White;
	font-weight : bold;
	text-decoration : none;
	background-color : Green;
}

BODY  {
	background-color : #66FF99;
}

HR  {
	width : 64%;
	height : 3;
}

.Date_header  {
	font-family : Arial;
	text-align : center;
	font-size : larger;
	font-weight : normal;
}


