html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #444;
	font-size: 75%;
}
a{
	color: #000;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
	border: 2px solid black;
	background-color: #FFE303;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
h3{color: #000; border-bottom: 4px solid #000; font-size: 18px;}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 900px;
	background-color: #FFFFE0;
	margin: 0 auto;
	text-align: left;
	border-color: #fff;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
#links{
	font-size: 14px;
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	float: left;
	font-weight: bold;
	margin-left: 15%;}
	
	#links a, #links a:visited{text-decoration: none;}
	#links a:hover{ background-color: #FFE303; color: #000;text-decoration: overline; border-bottom: 1px solid black; }
	
	.current{
		border-top: 2px dotted black;background-color: #FFE303;}