body {
	font-family: sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-attachment: fixed;
}
a {
	color: #0000ff;
	background-color: inherit;
}
.center {
	text-align: center;
}
img.logo {
	display: block;
	margin-left: auto;
    	margin-right: auto;
	width: 75px;
}
img.thumb {
	width: 320px;
}
div {
	border-style: none;
}
img {
	border-style: none;
}
body>div#hidden {
	position: fixed;
}
div#navbar {
	position: relative;
}

div#hidden {
	top: 5px;
	left: 5px;
	width: 150px;
	font-size: 90%;
}

div#main {
	position: relative;
	top: 5px;
	margin-left: 160px;
}
ul#navlinks {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


table,th{
	border-style: solid;
	border-top-style: none
	border-color: #000000;
	border-width: 1px;
}

td{
	border-style: dotted;
	border-top-style: none
	border-color: #000000;
	border-width: 1px;
}
