body{
	margin: 2px;
	background: url(../graphics/background.jpg) top center no-repeat;
  background-color: #000000;
	text-align: center;
}
body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
h1{
  font-size: 16px;
  font-weight: bold;
  margin: 3px;
}
h2{
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
h4{
  font-size: 11px;
  font-weight: bold;
}
p {
  margin: 5px;
}
a, a:link, a:visited, a:hover, a:active{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: red;
}
ul li {
  list-style-type: circle;
}

