table {
	background-color: #FFFFFF;
	font-family: "Book Antiqua", Arial;
	font-size: 13px;

}
body {
	background-color: #cc9966;
	top: 5px;
	padding: 5px;
	font-family: "Book Antiqua", Arial;
	font-size: 12px;
}
h1 {font-size: 17px;}
h2 {font-size: 16px;}
h3 {font-size: 1.3em;
	font-weight: bold;
	text-align: center;}

a:visited {color: #000000;
	font-weight:bold;
	text-decoration: none;}
a:link {
	color: #000000;
		font-weight:bold;
	text-decoration: none;
}
a:hover { color: #cc9966; text-decoration: underline}