body {
	font-family: "verdana", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #F0F0DD;
	text-align:center;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	MARGIN-TOP: 15px;
	MARGIN-BOTTOM: 3px;
	color: #464646;
	position: relative;
	top: 55px;
	left: 192px;
}


h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 3px;
	color: #464646;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	MARGIN-LEFT: 20px;
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 3px;
	color: #464646;
}

hr {
	margin-top: 0px;
	margin-bottom: 3px;
}

a  {
	font-family: "verdana", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464646;
	font-weight : normal;
	text-decoration: underline;
}
a:link  {	
	color : #464646;
}
a:visited  {
	color : #464646;
}
a:active  {
	color : #464646;
}
a:hover  {
	color : #6a6a6a;
	text-decoration: none;
}

