.nav {
	position : absolute;
	top : 75px;
	left : 10px;
	width : 100px;
	text-align : center;
}

.nav a {
	width : 90px;
	color : FFDF6B;
	text-decoration : none;
	font : Garamond;
	font-size : 1.1em;
	cursor : default;
}

.nav a:hover {
	color : FFFFCC;
	text-decoration : underline;
}

.content {
	position : absolute;
	top : 15px;
	left : 140px;
	width : 650px;
}

h1 {
	font : Times New Roman;
	text-align : center;
}

p {
	font : Times New Roman;
	text-align : center;
}

em {
	font-style : italic;
}

.smallnav {
	font-size : smaller;
}