/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	text-decoration: underline
}

.nieuwlink {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	font-weight: bold
}

.menu {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	font-weight: bold;
 	vertical-align: baseline;
 	list-style-type: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	text-decoration: underline
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,0)
}

LI {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,0)
}

A {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,255);
 	font-weight: bold
}