/*Stylesheet for website Comet B.V.*/
/* copyright 2007 Wolf Design */
/* www.wolf-design.nl */



/* -------------------- Structure website ---------------------- */


body {
	margin: 0px;
	background-color: #666666;
}
#content {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -492px;
	margin-top: 0px;
	width: 900px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  	color: #666666;
}
.kop {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
} 
a:hover {
	color: #ff9900;
	text-decoration: blink;
} 
a:active { 
	text-decoration: underline; 
	color: #666669; 
}
a:visited { 
	color: #ff9900; 
	text-decoration: blink;
} 