body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

ul#menu{
	display: none;
}

h1 {
	font-size: 24pt; 
	font-style: italic;
	margin: 0;
}
h2 {
	font-size: 18pt;
	font-style: italic;
}
h3 {
	font-size: 14pt;
	margin: 0;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 9pt;
}
a {
	color: #000;
	text-decoration: none;
}
p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}
img {
	clear: both;
}

