/* CSS Document */
#body{
	background-color: #EFF2DB;
}
#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	font-family: "Comic Sans MS";
	color: Black;
}
#header {
	text-align : center;
	top : 10px;
	margin-left : 20px;
	margin-right: 20px;
}
#main {
	margin-top: 20px;
	margin-left : 20px;
	margin-right : 20px;
	font-family : "Comic Sans MS";
	color : #002B3C;
}
table.code{
	font-size : xx-small;
	line-height : 19px;
	font-family : sans-serif;
	width : 700px;
	}
A {
	color: #336633;
	text-decoration : none;
}

A:Hover {
	color: #FFFFCC;
}