body {
	margin: 0;
	text-align: center;
}

.centered_start {
	position: relative;
	font-size: 12px;
	top: 50pt;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	text-align: center;
	overflow: hidden;
	border: 1px solid #009933;
	width: 800px;
	height: 561px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

