body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size : small;
}
a:link {
	background: none;
	color: Aqua;
	text-decoration: none
}
a:visited {
	background: none;
	color: #6495ED;
	text-decoration: none
}
a:active {
	background: #6DDD00;
	color: #FF4500; 
	text-decoration: underline}
a:hover {
	background: yellow;
	color: #006400;
	text-decoration: none;
	background-color : #00FA9A;
}
