body, td, div {

	font-family: verdana;
	font-size: 14px;
	color: #000099;

}

img {

	border: none;

}

a {

	text-decoration: underline;
	color: #000099;

}

a:hover {

	color: #0000cc;

}

h1 {

	font-size: 20px;
	font-weight: bold;
	margin: 0px;

}

h2 {

	font-size: 16px;
	font-weight: bold;
	margin: 0px;

}

h3 {

	font-size: 14px;
	font-weight: bold;
	margin: 0px;

}

input {

	width: 150px;
	border: 1px solid #000099;
	background: #eeeeff;
	color: #000099;
	padding: 3px;

}

textarea {

	width: 800px;
	height: 400px;
	border: 1px solid #000099;
	background: #eeeeff;
	color: #000099;
	padding: 3px;

}

li {

	list-style: none;
	padding: 5px;

}

li a {

	text-decoration: none;
	padding: 3px;

}

li a:hover {

	color: #ffffff;
	background: #000099;

}

#center {

	width: 800px;
	position: relative;
	margin-left: 50%;
	left: -400px;
	margin-top: 30px;

}

#tab {

	float: left;
	font-size: 12px;

}

#tab a {

	text-decoration: none;

}

#forside {

	text-align: center;

}

#meny {

	width: 800px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;

}

#meny a {

	color: #000099;
	text-decoration: none;
	padding: 5px;
	
}

#meny a:hover {

	color: #ffffff;
	background: #000099;

}

#main {

	

}

#logo {

	float: left;
	border: 1px solid #000099;
	margin-right: 20px;
	margin-bottom: 20px;

}

#footer {

	clear: both;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #000099;
	padding: 5px;
	background: #eeeeff;

}

.artikkel {

	border: 1px solid #000099;
	background: #eeeeff;
	padding: 3px;
	margin-bottom: 10px;

}