BODY {
	background-color : #FFFFFF;
	vertical-align : top;
	margin-top : 10px;
	margin-right : 80px;
	margin-left : 100px;
	text-align : justify;
	color : navy;
	font-size : large;
	font-family : "Script MT Bold", "cursive", "Rage Italic", "Staccato222 BT", "English111 Vivace BT", "English157 BT";
}

TABLE  {
	border : 1px;
	margin-top : 4px;
	margin-left : 0px;
	padding-top : 0px;
	text-align : center;
	font-size : 12px;
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 6px;
}

A {
	text-decoration: none;
	color: blue;
}

A:HOVER {
	text-decoration: underline;
	color: Fuchsia;
}

A:LINK {
	text-decoration : none;
	color : Blue;
}

A:ACTIVE {
	text-decoration : none;
	color : Red;
}

A:VISITED {
	text-decoration : none;
	color : "#800000";
}

H1  {
	text-decoration: none;
	color: navy;
}

H2  {
	text-decoration: none;
	color: navy;
}

H3  {
	text-decoration: none;
	color: navy;
}

H4  {
	text-decoration: none;
	color: navy;
}

H5  {
	text-decoration: none;
	color: navy;
}

H6  {
	text-decoration: none;
	color: navy;
}

P   {
	margin-top : 0px;
	text-align : justify;
	font-size : large;
	font-family : "Script MT Bold", "cursive", "Rage Italic", "Staccato222 BT", "English111 Vivace BT", "English157 BT";
}

