/* Standard-CSS für www.johnkaren.at */


body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	text-align: center;
}


#table {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#tablepage {
	width: 685px;
}


a {
	color: #DCDCDC;
	text-decoration: underline;
}

a:hover {
	color: White;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
}

