body {
	font: 100 150%/1.5 "Sorts Mill Goudy","Hoefler Text","Times New Roman";
	color: black;

a {
	text-decoration: underline;
	color: black;
}
@font-face {
	font-family: "Sorts Mill Goudy";
	src: url(GoudyStM.otf) format("opentype");
}
#container, #content, h1, h2 {
	width: 100%;
}
h1,h2,h3 {
	text-align: left;
}
li {
	display: inline;
}
#comment {
	display: none;
}