.tekst_border {
	border: 1px #cc6600 solid;
	padding-left: 5px;
	padding-right: 5px;
	font-family: comic sans ms;
	font-size: 10px;
	color: #CC9999;
	background-color: #000000;
}

.menu {
	font-family: comic sans ms;
	font-size: 10px;
	position: fixed; width: 250px;
}

a:link {
	color: #FF9900;	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #996666;	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF99;	text-decoration: underline;
	font-weight: bold;
}

.overskrift {
	font-family: comic sans ms;	font-size: 12px;
	font-weight: bold;	text-decoration: underline;
}

.lilleoverskrift {
	font-family: comic sans ms;	font-size: 10px;
	font-weight: bold;	text-decoration: underline;
}