body {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E7E7E9;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 5px;
}

address {
  text-align: center;
  font-size: 85%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}

a:link { color: #660099; text-decoration: none;}
a:visited { color: #cc6666; }
a:focus { text-decoration: none; }
a:hover { font-weight: bold; text-decoration: none; }
a:active { color: white; background-color: rgb(61,134,57); }
