body {
	background-color: #C5D5B7;
	
	background-repeat: repeat;
}

a {
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}
a:active {
	color:#C5D5B7;
	text-decoration:none;
}
a:hover {
	
	text-decoration:underline;
}
