body {
  text-align: center;
  background-color: #336600;
  margin-top:10px;
  margin-bottom:10px;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	COLOR: #FFFFFF;
	text-decoration: none
}
A:visited {
	COLOR: #CCCCCC;
	text-decoration: none
}
A:active {
	COLOR: #793900;
	text-decoration: none
}
A:hover {
	COLOR: #CC9900;
	text-decoration: inherit
}

