.title {
	font-size: medium;
	color: #000000;
	font-family: Times New Roman,Georgia,Times;
}
.main {
	font-family: Times New Roman,Georgia,Times;
}
.credit {
	font-size: smaller;
	font-family: Verdana;
	color: #000000;
}
BODY {
	background-color: white;
	color: #000000;
}
a:link { color: #603913; }
a:visited { color: #603913; }
a:active { color: #603913; }

address { /* the footer of all pages */
  float: right;
  width: 90%;
  margin: 2%;
  font-size: .5em;
  color: #203643;
  font-style: normal;
  text-align: right;
  display: none;
}

