/*
style.css
*/

body { /* This is where you set many of the universal defaults */
        color: #000;
        font-family: Franklin Gothic;
        font-size: 12px;
        text-align: left;
	margin: 0px;
	padding: 0px;
}
a {
        color: #ffffff;
        text-decoration: none;
}
a:hover { 
        color: #ffffff; 
        text-decoration: underline; 
}
 



h2 {
	width: 250px;
	color: #FFFFFF;
        font-family: Franklin Gothic Demi;
        font-size: 13px;
        text-align: right;
}
	

table,td {
	color: #FFFFFF;
        font-family: Franklin Gothic;
        font-size: 12px;
}


#titel {
	color: #3EC2CF;
        font-family: Franklin Gothic Demi;
        font-size: 16px;
        text-align: left;
	margin-left: 20px;
	text-decoration: bold; 
}
	
#tekst {
	width: 500px;
	color: #FFFFFF;
        font-family: Franklin Gothic;
        font-size: 12px;
        text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
#agenda {
	margin-left:20px;
}

#subkop {
        font-family: Franklin Gothic Demi;
        font-size: 14px;
	color: #3ec2cf;
	text-decoration: bold; 
}




.omlijnen {
}

