DIV {
	color: Red;
	font-weight : bold;
}
TD {
	font-size : 10pt;
	vertical-align : top;
}

TD.leds {
	vertical-align : middle;
}

BODY{
	background-color:black;
	color : Silver;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* Scrollbar settings werken alleen voor IE5.5+ */
	scrollbar-face-color: gray;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: gray;
	scrollbar-3dlight-color: silver;
	scrollbar-arrow-color: white;
	scrollbar-track-color: gray;
	scrollbar-darkshadow-color: black;
	background-image : url(../images/logo-darker.gif);
	background-position : 40%;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

H1, H2, H3, H4, H5, H6 {
color:red;
font-weight: bold;
/*font-size: 22px;*/
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
}

A{
color : white;
text-decoration: none;
font-weight: bold;
}

A:hover{
text-decoration: underline;
}

A:visited{
color: gray;
}

.quote{
font-style:italic;
border-style: dashed;
border-width: thin;
border-color: white;
}
/*
.menulines{
border:1px solid black;
}
*/
.menulines a{
text-decoration:none;
color:silver;
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:14pt;
line-height: 1.8;
}

.menulines:first-letter{
	text-decoration:none;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-style:italic;
	line-height: 1.8;
}

A#copy {
	color : maroon;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	position : absolute;
	margin-top : -6px;
	margin-left : -100px;
}
A#copy:hover{
text-decoration: underline;
color:white;
}

#logo {
	position : absolute;
	margin-top : 5px;
	margin-left : 4px;
}
#logoholder {
	cursor:hand;
}
