﻿/* Algemene instellingen */
body{
     background-color: #FFFFFF;     
     font-family: Verdana;
     font-size: 9pt;
     color:white;
     
}
.blauwlink a:link {
	color: #4385B9;
	text-decoration: none;
	}
	
.blauwlink a:visited {
	color: #4385B9;
	text-decoration: none;
	}
	
.blauwlink a:hover, a:active {
	color: red;
	}

	a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: red;
	}

.line
{
    border-width:1px;
    border-color:#000000;
    border-style:solid;
    width: 990px;
    }
.frame
{   
    border-width:6px;
    border-color:#4385B9;
    border-style:solid;
    width: 978px;
    height:100%;
    background-color:Black;
    
    }
