@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	color:#fff;
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	}
body.white {
	background-color:#fff;
	color:#666;
	}
#wrapper {
	margin: 0 auto;
	width: 810px;
	}
p a {
	text-decoration:none;
	color:#fff;
	}
p.white a {
	color:#666;
	}
p.white a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
p a:hover {
	color:#ccc;
	border-bottom:1px dotted #ccc;
	}
h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;