@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #9d967b;
}
body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.kop1 {
	font-size: 18px;
	color: #ffffff;
	}

.kop2 {
	font-size: 18px;
	color: #9d967b;
	}
a:link {
	font-size: 12px;
	color: #6F6953;
	text-decoration:none;
	}

a:visited {
	font-size: 12px;
	color: #6F6953;
	text-decoration:none;
	}
	
a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	}
