body {
	font-family: verdana;
}
a:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: #000000
}
a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: #000000
}
a:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: #000000
}
a:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 14px;
	color: #000000
}
span.sitename {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 20px;
	width: 100px;
	font-size: 18px;
}
span.pagelinks {
	position: absolute;
	top: 5px;
	left: 130px;
	height: 20px;
	width: 600px;
}
span.headerlinebreak {
	position: absolute;
	top: 25px;
	left: 0px;
	height: 50px;
	width: 800px;
}
span.content {
	position: absolute;
	top: 40px;
	left: 2px;
	width: 800px;
	overflow-y: auto;
	font-size: 12px;
}