body {
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, mono;
	font-size: small;
}

h1 {
 	font-family: Arial, mono;
 	font-weight: bold;
	font-size: medium;
}

a.link {
 	font-style: italic;
 	color: #336699;
	text-decoration: none;
}

a.link:hover {
 	color: #003366;
	text-decoration: underline;
}

a.digipark {
 	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.digipark:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.meny{
	text-decoration: none;
	color: #FFFFFF;
	font-style:normal;
	font-weight: bold;
}

a.meny:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-style:normal;
	font-weight: bold;
}

td.border {
	border-bottom: 1px solid #999999;
}

.red {
	color: #FF0000;
}

.head {
	background-color: #003366;
	color: #FFFFFF;
}

input.button {
	width: 80px;
}