body {
	font-family: Verdana, Courier New, Courier, monotype;
	color:#000000;
	background-color:#888888;
	font-size:10px;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color:blue;
}
a:hover {
	background-color:white;
}
h1 {
	color: white;
  font-size:20px;
}
h2 {
	color: darkblue;
  font-size:14px;
}
table {
	color: #000000;
  font-size:12px;
}

