body{
	margin: 2px;
	color: #505050;
	background-color: #ffffff;
	text-align: center;
}
body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
h2{
  font-size: 14px;
  font-weight: bold;
}
h3{
  font-size: 12px;
  font-weight: bold;
  clear: both;
}
h4{
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
a, a:link, a:visited, a:hover, a:active{
	font-weight: bold;
	color: #505050;
	text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
ul li{
  list-style-type: circle;
}
table {
  margin: 5px 10px;
}

