body {
	background: #fff;
	color: #797979;
	font-family: "Courier New", Courier, mono;
}

p {
	margin-bottom: 2em;
	line-height: 1.5em;
}

a {
	color: #5e5e5e;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0 20px;
	font-size: 2em;
	text-align: left;
}

h1 a {
	font-weight: normal;
	font-style: normal;
}

h1 a:hover, h1 a:active {
	text-decoration: underline;
}

h3 {
	font-weight: normal;
	font-style: normal;
}

h3 a:hover, h3 a:active {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

#siteWrapper {
	margin: 0 auto;
	padding: 30px;
	width: 500px;
}

#menu {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#menu ul {
	text-align: left;
}

#menu li {
	display: inline;
	margin-right: 0.5em;
}

#menu a:link,
#menu a:visited {
	color: #5e5e5e;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#menu a:hover,
#menu a:active {
	text-decoration: underline;
}

#menu .current_page_item a:link,
#menu .current_page_item a:visited {
	text-decoration: underline;
}