body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
td {
	font-size: 13px;
}
a {
	color:#2F8422;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#menu {
	padding: 10px;
	background: #585856;
	height: 600px;
	width: 420px;
}
#menu a {
	display:block;
	white-space: nowrap;
}
