body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#page {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}

#header {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}

#menu {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
}

#content h1 {
	clear: both;
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}

#content p {
	font-size: 0.8em;
}

#menu p {
	font-size: 0.9em;
	margin: 5px;
	font-weight: bold;
}

#menu a {
	color: #000066;
}

#menu a:hover {
	color: #0000DD;
}

.code {
	font-family: Courier New, Courier;
}