BODY {
	color : Black;
	background-color : #004B4B;
	font-family : Arial;
	font-size : 8px;
	font-weight : normal;
	text-align : left;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

BODY,P,DL,DT,DD,TD,TH,LI,UL,OL, input, textarea, select {
	font-family: Arial;
	font-size:8pt;
	}

a:link {
	color: blue;
	text-decoration: none
}

a:visited {
	color: blue;
	text-decoration: none
}

a:hover {
	color: red;
	text-decoration: underline
}

H3 {
	color : #004B4C;
	font-family : Californian FB;
	font-weight : bold;
	font-size : 18px;
	text-align : center;
	margin-top : 3px;
	margin-bottom : -5px;
	width : 100%;
}

