
body
{
	background-color: #387A38;
	margin: 0px 0px 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	text-align: left;
	color: #006546;
	/*background-color: yellow;*/
}

a
{
  cursor: hand;
  color: #336699;
  text-decoration: none;
}

a:visited 
{
  cursor: hand;
  color: #336699;
}

a:active 
{
  cursor: hand;
  color: #336699;
}

a:hover
{
  cursor: hand;
  color: #ED9F3B;
}