.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -350px;
	text-align: center;
	overflow: auto
}
a:link {
	font-family: Lucida Grande,Lucida Sans Unicode,Verdana,Arial;
	font-size: 1.0em;
	color: #999999;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
.bodytext {
	font-family: Lucida Grande,Lucida Sans Unicode,Verdana,Arial;
	font-size: 0.8em;
	color: #999999;
}
.copyright {
	font-family: Lucida Grande,Lucida Sans Unicode,Verdana,Arial;
	font-size: 0.6em;
	color: #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

