/* CSS Document */

.adres {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #CCCC33;
	text-decoration: none;
}
a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	color: #FF9966;
	text-decoration: none;
}
a:hover {
	color: #CCCC33;
	text-decoration: underline;
}
.kop {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #336633;
}
.tekst {
	font-size: 13px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #336633;
}
.menukop {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #993333;
}
.menutekst {
	font-size: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #003300;
}	
a:active {
	text-decoration: none;
	color: #CCCC00;
}