A:link {
	text-decoration: none;
	color : #006666;
}
A:visited {
	text-decoration: none;
	color : #006666;
}
A:active {
	text-decoration: none;
	color : #006666
}
A:hover {
	text-decoration: none;
	color : #996633;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background: #F5F5DC;
	color: #628A74;
	
