
body {
	/*font-family: Georgia, "Times New Roman", serif;*/
	color: #000;
}

#title h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 150%;
}
#title h2 {
	margin-top: 5px;
	padding-top: 0;
	font-size: 100%;
}


#title img, #navigation {
	display: none;
}

#main h3 {
	padding-top: 0;
	margin-top: 20px;
	font-size: 140%;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

#main span.highlight {
	font-weight: bold;
}

#copyright {
	margin-top: 20px;
	font-size: 80%;
}
#copyright a {
	text-decoration: none;
	color: #000;
}
