.links {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-style: normal;
	font-weight: normal;
	color: #006600;

}
A:link{
	color: #006600;
	text-decoration: underline;
}
A:visited{
	color: #666666;
}
A:hover{
	color: #000000;
	background-color: #BEEDD1;
}

body{
background-color: #EBF7EF;
}
