body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu-horiz {
	position: relative;
	top: 7px;
	left: 40px;
}
#menu-horiz a {
	margin-right: 25px;
}
#menu-vert {
	font-size: 70%;
	font-weight: bold;
}
#menu-vert ul {
	list-style: none;
}

#menu-vert li {
	width: 100px;
	margin-top: 15px;
	margin-left: -35px;
}
#menu-vert a {
	text-decoration: none;
	color: #000000;
}
#menu-vert a:hover {
	text-decoration: underline;
}
#content {
	font-size: 100%;
}
#content h1 {
	font-size: 150%;
}
.chosen {
	text-decoration: underline;
}

