BODY, TD {
	font: 13px Arial, sans-serif;
	color: Silver;
	background-color: Black;
/*	background: url('graphics/staal.jpg');*/
	margin: 0px;
	}

TD {
	background-color: transparent;
}

.kop {
	position: absolute;
	top: 0px;
	left: 0px;
}

.KFFR {
	position:absolute;
	top: 280px;
	left: 45px;
}

.DEADBEAT {
	position: absolute;
	top: 240px;
	left: 60px;
}

.buttonscontainer {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 100px;
}

.buttons a:link, .buttons a:visited, .buttons a:active {
	color: #AAAAAA;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #393939;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
	background-color: #AA0000;
/*	color: #000000;*/
	text-decoration: none;
	filter: alpha(opacity='70');
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#CONTENT {
	position:absolute;
	top: 140px;
	left: 120px;
}

H1 {
	font-family : Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CF0000;
	background: transparent;
	}
	
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CF3010;
	background: transparent;
	}
	
a img {
	border: 1px solid #FF6600;
	}

a img:hover {
	border: 1px solid #FF3300;
	}

a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
	background: transparent;
	}
a:hover {
	color: #FF3300;
	background: transparent;
	text-decoration: underline;
	}

input {
	border: 1px solid Silver;
}
	
.box {
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	background-color: #1A1A1A;
	padding: 5px;
	width: 98%;
	}

