BODY {
	color: black;
	background-color: white;
	font-family: arial;
	font-size: 12px;
	font-color: black;
}

table {
	background-color: white;
	font-family: arial;
	font-size: 12px;
	}

h1 {
		background: #9FA8C8;
		color: white;
		margin: 0px 0px 0px 0px;
		font: bold 12px arial center;

	}
A {
	color: black;
	border: 0;
	font: normal 12px;
	margin: 0px;
	style: text-decoration:none;
	
	}
	
	h2 {
		background: 0060A9;
		color: white;
		margin: 2px 1 0px 1;
		font: bold 16px arial;
		padding:  1px 1px 1px 1px;
	}

	h3 {
		background: white;
		color: Navy;
		font: normal 12px arial;
		padding:  1px 1px 1px 1px;
	}

	LI  {
		list-style: circle;
	}

	UL {	
		margin-top:  1px;
		font: normal 12px;
		margin-bottom:  1px;
	}

A:HOVER {
	color: #009900;
	font: normal 12px;
	margin: 0px;
	style: text-decoration:none;

}




