h1, h2, h3 {
	font-family: arial,helvetica,sans-serif;
	font-weight : bold;
	margin: 0.6em 0;
	color: #707070;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
	color: #FF9900;
}
h3 {
	font-size: 13px;
}
div, ul, td, body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	line-height: 150%;
}

ul, ol, dl {
	padding-left: 15px;
	margin-left: 15px;
	}
	
ul {
	padding-left: 0px;
	
	}	
	
	
dt {
	font-weight: bold;
	padding-left: 5px;
	margin-left: 5px;
}


li {
	margin: 0.6em 0;
}

a {
	color: #993366;
	text-decoration: none;
}
a:active {
	color: #993366;
}
a:hover {
	color: #FF0000;
}

a.menu {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993366;
	
}

a.menu:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.menu:active {
	color: #FF9900;
}

table.tekst {
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}

table.tekst td {
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
}
