BODY  {
 background-color : #F0F6EC;
 font-family : Tahoma;
 color : black;
}

H1  {
	font-size : 18pt;
	font-family : Tahoma;
	text-align : center;
	font-weight : bold;
	color : #4682B4;
}

  P  {
	font-size : 10pt;
	font-family : Tahoma;
	font-weight : normal;
}

TD  {
	background-color : White;
	border-width : 0;
	text-align : center;
	vertical-align : middle;
}

A  {
	font-size : 12pt;
	font-family : verdana,arial;
	text-align : center;
	color : White;
	font-weight : bold;
	background-color : #3657C4;
	text-decoration : none;
	height : 22px;
}
A:hover  {
	font-size : 12pt;
	font-family : verdana,arial;
	text-align : center;
	color : White;
	font-weight : bold;
	background-color : #7AADE6;
	text-decoration : none;
	height : 22px;
}

.menu {
	width: 300px;
	background-color: White;
	padding: 5px;
}

.menu a {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 10px;
}