@charset "utf-8";
body {
	background-color: #FFCC01;
	margin-top: 0px;
}
h1 {
	font-size: 24px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
}
#button {
	background-image: url(navbutton.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	text-align: center;
	padding-top: 5px;
}
.navlink {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
.tblcnt {
	text-align: center;
}
#gallinks {
	font-family: Arial;
	color: #000000;
	list-style-type: none;
}
#gallinks a {
	color: #000000;
	list-style-type: none;
	border: 1px double #9E7E01;
}
#gallinks a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#gallinks a:active {
	color: #FFFFFF;
	background-color: #000000;
}
.toplist li {
	list-style-type: none;
	color: #000000;
	border: thin groove #000099;
	padding: 4px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
}
