@charset "utf-8";
body {
	font-family: tahoma, arial;
	background-color:#EEEEEE;
	font-size:12px;
	color:#FF0000;
	background:url(http://www.thomsmotoren.nl/afbeeldingen/main_bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top:6px;
	margin-left:6px;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	color: #606060;
	margin-top: 6px;
	margin-left: 6px;
}

.vet {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}



