body {
    background-color: #ab302b;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	scrollbar-face-color: #ab302b;
	scrollbar-shadow-color: #ab302b;
	scrollbar-highlight-color: #ab302b; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #ab302b;
	scrollbar-track-color: #99CDE3;
	scrollbar-arrow-color: #99CDE3;
}
	
/* De "gewone" linken op de pagina */
a:link {
    color: #2F3366;
	font-size: 7pt;
	text-decoration: none;
}

a:visited {
    color: #000066;
	font-size: 7pt;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none; 
	font-size: 7pt;
	color: #AF322C;
}

h5 {
	font-family: Verdana;
	color: #ab302b;
}

font {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #ab302b;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #ab302b;
	font-style: normal;
}
table {
    border-style:solid;
	border-color: white;
	border-width:3px;
	background-color: #99CDE3;
    font-family: Verdana;
	font-size: 7pt;
	color: #ab302b;
}
td {
    background-color: #99CDE3;
    font-family: Verdana;
	font-size: 7pt;
	color: #ab302b;
}
.style 1{
	color: #FFFFFF;
}
.style3 {
    color: #E0E0E0;
	}
.style2 {
    color: #ab302b;
	}	
	/* Plaatje links uitlijnen, met ruimte rondom */ 
.imgleft {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 6px;
	border-style:solid;
	border-color: white;
	border-width:5px;
	}
/* Plaatje rechts uitlijnen, met ruimte rondom */ 
.imgright {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 0px;
	border-style:solid;
	border-color: white;
	border-width:5px;
}
/* Plaatje rechts uitlijnen, met ruimte rondom */ 
.imgcenter {
	float: center;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	border-style:solid;
	border-color: white;
	border-width:5px;
}