body {
	background-color:		#d5d5d5;
	padding:				0; 
	margin:					40px; 
	border:					0;
	font-family:			Arial, Helvetica, sans serif;
	font-size:				12px;
}

a {
	color:					black;
	text-decoration:		none;
}
a:hover, a.active {
	font-weight:			bold;
	background:				white;
}

a.nav:hover, a.nav.active {
	font-weight:			normal;
	background:				transparent;
}
ul {
    margin:					0;
	padding:				0;
    margin-top:				10px;
}
ul li {
    margin-right:			30px;
	padding-top:			3px;
    list-style:				none;
}

#content {
	margin-top:				25px;
	margin-left:			0px;
}

