/* styles */

/* font sizes */
body {
	background-color: #000000;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: x-small;
	text-align: justify;
	}
	
h1 {font-size: small; /*margin-top: 20px;*/}

table { font-size: x-small;}

.orange {font-size: large; color:#FF6600;}
/* banner styles */
.banner {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	}

.banner h1 {
	font-size: 30px;
	color: #FBD023;
	/*text-indent: 30px;*/
	}
	
.banner h2 {
	font-family: "Arial";
	font-size: 20px;
	/*text-indent: 30px;*/
	}
	
/* scroll bar style */	
body {	
	scrollbar-3dlight-color: #FF6600;
	scrollbar-arrow-color: #FF6600;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: #FF6600;
	scrollbar-track-color: black;
	}

/* link colors */
a:link { color:#0000CC; }
a:visited { color: #FF6600; } 
a:active { color: #0000CC; }
a:hover { color: #FF6600; }

/* Nieuwspagina styles*/
#news {
	margin: 0 5px 5px;
	background-color: #000000;
	font-size: x-small; 
	color: #FFFFFF;
	font-family: "Comic Sans MS", cursive, sans-serif ;
	text-align: justify;
	}
#news a:link { color:#FF6600; }
#news a:visited { color: #FFFFFF; }
#news a:active { color:#FF6600; } 
#news a:hover { color: #FFFFFF; }
	
#news h1 {
	font-size: medium;
	font-weight: bold;
	text-indent: 50px;
	}
	
#news h6 {
	font-size: xx-small;
	font-weight: normal;
	text-align: right;
	}
	
#news img.left {
	float: left;
	border-style: none; margin: 5px 10px 0 0;
	}
#news img.right {
	float: right;
	border-style: none; margin: 5px 0 0 10px;
	}

/* pers pagina styles */
#pers h1 { 
	font-size: large;
	font-weight: bold;
	text-align: center;
	}
#pers h2 { 
	font-size: medium;
	font-weight: normal;
	text-align: center;
	}
#pers h3 { 
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	}

/* stages table style */
.race {
	border-collapse: collapse;
	width: 90%;
	margin: 10px 0;
	}
.header { background-color: #FF6600; }
.race td { 
	padding: 5px;
	border-top: 2px solid #000000 ; 
	border-bottom: 2px solid #000000 ;
	font-size: x-small;
	}
.race div {text-align: center; }
