body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:62.5%;
	background-color:#fff;
	color:#000;
}
a {
	text-decoration:none;
	color:#677ba8;
	font-weight:bold;
}
p {
	font-size:1.2em;
	margin: 0 8px 12px 8px;
}
li {
	font-size:1.2em;
}
h1 {
	position:absolute; 
	left:4px; 
	top:164px; 
	width:102px; 
	font-size:1.2em; 
	font-weight:bold;
	margin-top:0px;
	font-family:"Courier New", Courier, mono;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
	padding-left:4px;
}
table {
	border-collapse:collapse;
	margin: 0 4px 0 4px;
}
th {
	background-color:#333;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
td {
	font-size:1.2em;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
}
img {
	border:none;
}
label {
	float:left;
	width:150px;
}
#main {
	width:780px; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#c7f5fe;
}
#navbar {
	list-style:none;
	display:block;
}
#header {
	position:relative; 
	height:180px; 
	background-image:url(graphics/sistine2_whole.gif);
}
#navbar li {
	width:156px;
	text-align:center;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	background-color:#fff;
	margin-left:4px;
	margin-right:4px;
	height:18px;
}
#footer {
	font-size:1.0em;
}
.err {
	color:#990033;
}
