body {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#069;
	padding:0px;
	margin:0px;
	}

#header {
	background: #000;
}

#header {
	text-align: center;
}
	
#main {
	background: #eee;
}

#main #menu {
	background: #9cf;
}

#footer {
	background: #9cf;
	text-align: center;
}
	
a {
	text-decoration:underline;
	font-weight:bold;
	color:#00c;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}

