body {
	margin:0px; 
	padding:0px; 
	background-color:#fff;
	font-family: Verdana;
	font-size: 12px;
	}

#head {
	width:960px;
	border:0px solid black;
	}

#mainheader {
	margin-left: 166px;
	width:700px;
	-border:1px solid black;
	}

#maintext {
	padding:0px;
	width:700px;
	margin-left:170px;
	margin-bottom: 1em;
	border:0px solid red;
	-background-color: brown;
	}

#colleft {
	float:left;
	margin: 0 0 0 5px;
	width:160px;
	-border: 1px black dotted;
	-background-color: green;
	}

#bonanzabox {
	left:5px;
	width:150px;
	-border:1px solid blue;
	padding:3px;
	background-color:#f30;
	color: white;
	}

#boxlinks {
	left:5px;
	width:150px;
	margin-top:5px;
	background-color:#9899c7;
	-border:0px solid blue;
	padding:3px;
	color: white;
	text-align:center;
	}
	
a:link {
	color: #ff3300; 
	text-decoration: none;
	}

a:visited {
	color: #ff3300;
	text-decoration: none;
	}

a:hover {
	color: #ff3300;
	text-decoration: none; 
	}

h1 {
	text-align: center;
	font-size:18px;
	font-style:bold;
	}

.text {
	font-family:georgia;
	font-style:italic;
	font-size: 14px;
	}


<!-- edited: gp.co.at -->