	body {
			font: medium/1 "Courier New", Courier, monospace;
			color: #000;
		}
		#wrapper {
			margin: 0 auto;
			width: 600px;
		}
		h1 {
			background: transparent url('smallsmall.jpg') 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: #900;
			text-decoration: none;
		}
		a:visited {
			color: gray;
		}
		a:hover {
			color: red;
			text-decoration: underline;
		}
