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

.centered_start {
	position: relative;
	width: 640px;
	height: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	background-color: #99CCFF;
	background-image: url(../images/bg_wattunter.jpg);
	border: 1px solid #009933;
	font-size: 12px;
	margin: auto;
	top: 50px;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #009900;
	font-weight: bolder;
}
td {
	background-image: url(../images/greytrans.png);
	color: #006600;
	border: 1px solid #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 1px solid #009900;
}
.scroll {
	height: 411px;
	width: 100%;
	overflow: auto;
	background-color: #aaccee;
	border: 1px solid #009900;
	background-image: url(../images/greytrans.png);
}

