body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: 600;
	color: #0099FF;
}
h2 {
	font-size: 18px;
	font-weight: 600;
	color: #0099FF;
}

#bovenmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight:500;
}
#bovenmenu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight:500;
}
#bovenmenu a:hover {
	color: #0077ff;
	text-decoration: none;
	font-size: 14px;
	font-weight:500;
	}
#bovenmenu a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight:500;
}
#link a:link {
	color: #000000;
	font-weight: 900;	
	text-decoration: none;
	font-size: 14px;
}
#link a:visited {
	color: #000000;
	font-weight: 900;	
	text-decoration: none;
	font-size: 14px;
}
#link a:hover {
	color: #0077ff;
	font-weight:900;	
	text-decoration: none;
	font-size: 14px;
	}
#link a:active {
	color: #000000;
	font-weight:900;	
	text-decoration: none;
	font-size: 14px;
}

.navbar {
	font-size: 10px;
	text-align: center;
}
.indent {
	padding-left: 30px;
}

ul {
	list-style-image: url(bullet.gif);
}
