<!--
body { 
	margin: 0;
	background: url(grunge.gif) #ffffff;
	color: #000000;
	}
#menu {
	position: absolute;
	z-index: -1;
	}
#content {
	position: absolute;
	top: 400px;
	left: 200px;
	width: 500px;
	z-index: 1;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: .80em;
	text-align: justify;
	}
.footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:active {
	color: #000000;
	text-decoration: underline;
	}
a:hover {
	color: #949494;
	background-color: #E4E3E3;
	text-decoration: none;
	}
.footer {
	font-size: 10px;
	color: #949494;
	text-align: center;
	}
blockquote {
	font-family: Sans-Serif;
	color: #949494;
	border: dashed 1px #949494;
	background: #E4E3E3;
	padding: 3px;
	}
