@charset "utf-8";
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #3333CC;
	scrollbar-highlight-color: #3333CC;
	scrollbar-shadow-color: #3333CC;
	scrollbar-3dlight-color: #3333CC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	font-size: 12px;
	color: #CCCCCC;
}
h5 {
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	color: #CCCCCC;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: lighter;
}

h3 {
	font-size: 36px;
	color: #0001C6;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 16px;
	color: #9999FF;
	font-style: italic;
}


td {
	margin: 0px;
	padding: 0px;
	background-position: top;
	height: 15px;
	line-height: normal;
}


table {
	background-position: top;
	top: auto;
	vertical-align: top;
	background-color: #333333;
	border: thick ridge #3333CC;
}

.grijzecel {
	background-color: #000000;
}
.zwartecelmet {
	background-color: #000000;
	border: 1px solid #9999ff;
	line-height: 15px;
}
.zwarthelemaal {
	background-color: #000000;
	border: thick solid #000000;
}


.input{
	height: 20px;
	width: 157px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3333cc;
	color: #CCCCCC;
	border: thin ridge 9999ff;
}
input {
	background-color: #CCCCCC;
}

.horizonlijn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999FF;
	background-color: #000000;
}
.horizonlijnboven {
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #9999FF;
}
.horizonlijnonder{
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #9999FF;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #9999ff;
	text-decoration: none;
	background-color: #3333cc;
}
a:active {
	color: #9999ff;
	text-decoration: none;
	background: #3333ff;
} 
textarea {
	background-color: #CCCCCC;
}

