html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: verdana, myriad, "myriad-pro","myriad roman", "trebuchet ms", helvetica, arial, sans-serif;
	background-color: #000;
	color: #000;
	font-size: 75%;
}

a{
	color: #000;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: none;
	color: #c00;
}

p, li {
	line-height: 1.8em;
}

h1, h2, h3, h4 {
	font-family: verdana, "trebuchet ms", helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:.15em;
}

h1 {
	padding: 10px 5px 0;
	font-size: 1.5em;
	color: #333;
	text-transform: uppercase;
}

h2 {
	padding: 10px 5px 0;
	font-size: 1.25em;
	text-transform: uppercase;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#page {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

