body{
	background-color : #ABC18C;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 18px;
	border : thin;
	border-color: #46795B;
	color: #3E6A50;
}
A {
	color : #006400;
	text-decoration : none;
}

A:HOVER {
	color : #FFDEAD;
	text-decoration : underline;
	cursor: hand;
	filter: Invert;

}
A:visited{
	color : #006400;
	text-decoration :none;
}
