/* CSS Document */

p {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #oooooo;
line-height: 18px;
padding: 3px;
}


.bold {
	font-family: Comic Sans MS;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}
.tekst {
    font-family: Comic Sans MS;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color: #ffffff;
}

.navigation {
	font-family: Comic Sans MS;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #d03d03;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 8px;
	width: 140px;
}