body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #ff99cc;*/
	border-top: 10px solid #00cccc;
	background-color: White; 
}
a {
	color: #993366;
	font-size: x-small;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cc6699;
}
h1 {
	font-size: medium;
	font-family: Georgia;
	color: #009999;
}
p {
	color: #000000;
	font-size: x-small;
	margin: 0px;
}
table {
	margin-bottom: 10px;
}