body {
	font : 12px verdana, arial, helvetica;
	background-color : #4f5e6a;
	color : #778c9e;
	}
a, a:link {
	text-decoration : none;
	color : #cf3;
	} 
a:active {
	color : white;
	}
a:visited {
	color : #66801a;
	}
a:hover {
	text-decoration : none;
	color : #9bb8d0;
	}
h1 {
	font : 13px verdana, helvetica, sans serif;
	font-weight : bold;
	}
pre {
	font-size : 12px;
	padding : 10px;
	background-color : #2e3f4d;
	border : 1px solid #3d5466;
	line-height : 20px;
	}
hr {
	display : none;
	}
