#name {
	position: relative;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted #999966;
	border-bottom: 2px dotted #999966;
}
.counter {
	font-family: "Courier New", Courier, mono;
	font-size: 6pt;
	color: #ffffff;
}
a:visited {
	color: #999966;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
#footer {
	width: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: red;
	border-right: red;
	border-bottom: red;
	border-left: red;
}

