H2 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

H3 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6699ff;
}

body{
	background-color: #000000;
	color: #e0e0e0;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center;
}

TD{
	color: #e0e0e0;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.band{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	background-color: #333333;
	padding: 3px;
	letter-spacing: 1px;
}

.tekst{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 500px;
	text-align: left;
	margin-bottom: 40px;
}

A:link{
	font-family : Verdana, Arial;
	text-decoration : none;
	color : #ffcc00;
}

A:visited{
	font-family : Verdana, Arial;
	text-decoration : none;
	color : #ffcc00;
}

A:active{
	font-family : Verdana, Arial;
	text-decoration : none;
	color : #ffcc00;
}

A:hover{
	font-family : Verdana, Arial;
	text-decoration : underline;
	color : #ffcc00;
}

.mbf-item { 
	display: none;
}

IMG.thumb {
	cursor: pointer;
}

#centerdiv {
	width: 500px;
	margin: 20px auto;
}


