		h1 {
			font-family: monospace;
			font-size: 30px;
			color: #000;
			letter-spacing: .35em;
			line-height: 1.25em;
		}

		h2 {
			font-family: monospace;
			font-size: 18px;
			color: #000;
			letter-spacing: .35em;
			line-height: 1.2em;
		}
			
		body {
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #000;
			line-height: 1.2em;
		}

		h3 {
			font-family: monospace;
			font-size: 15px;
			color: #000;
			letter-spacing: .35em;
			line-height: .9em;
		}

		h4 {
			font-family: monospace;
			font-size: 14px;
			color: #000;
			letter-spacing: .25em;
			line-height: .9em;
		}

		.body {
			font-family: Helvetica, Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #000000;		
			line-height: 1.2em;
		}
		
		a:link, a:visited {
			color: #222;
			text-decoration: none;
		}
		
		a:hover, a:focus {
			text-decoration: underline;
			color: #dddddd;
		}