	body {
			font: Futura, monospace;
			color: #000;
		}
		#wrapper {
			margin: 0 auto;
			width: 600px;
		}
		h1 {
			background: transparent url() top center no-repeat;
			text-indent: -9999em;
			height: 109px;
		}
		h2 {
			color: #000;
			font-size: 100%;
			font-weight: bold;
			text-transform: uppercase;
		}
		a, a:link {
			color: #0000FF;
			text-decoration: none;
		}
		a:visited {
			color: #330066;
		}
		a:hover {
			color: red;
			text-decoration: underline;
		}