body { 
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	height: 100%;
	background: #fff;
}

a, a:visited, a:active, .herelink {
	color: #00C;
	text-decoration: underline;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
a:hover {
	color: #06F;
	text-decoration:none;
	background-color:#eef5ff;
}

.wrap {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#content {
	border: 0px solid #e0e0e0;
	padding: 0 10px 10px 10px;
	margin-top:10px;
	font-size: 1em;
	text-align:justify;
	color: #333;
}

#content p, ul, ol {
	text-indent: 0;
	line-height: 1.5em;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#content h1 {
	font-size: 1.3em;
	color: #04D;
	text-align: center;
}

#content strong {
	color: #555;
}

.copy {
	font-size:7pt;
	color:#e0e0e0;
	margin-top:5px
}

.clear {clear:both}

