body {
	margin: 2px;
	color: #0C6733;
	background-color: #ffffcc;
	text-align: center;
}
body, th, td {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 12pt;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 18pt;
  font-weight: bold;
}
h2 {
  font-size: 16pt;
  font-weight: bold;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
}
h4 {
  font-size: 12pt;
  font-weight: bold;
}
a, a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #0C6733;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

