body
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
}


.nav
{
	width: 180px;
}

.nav a
{
	vertical-align: bottom;
	text-decoration: none;
	display: block;
	text-align: left;
	color: #003;
	font-weight: 800;
	padding: 5px 5px 5px 15px;
	margin: 5px;
	border-bottom: 1px solid #033;
	border-right: 1px solid #033;
}

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


.content
{
	padding: 1em;
}
