body {
  background-color: #C4E4BE;
}

.color {
	color: #006600;
	font-weight: bold
}

.color2 {
	color: #B90020;
	font-weight: bold
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0937;
	text-decoration: underline;
	text-decoration: none;
	border: 5;
}	
