/* CSS Document */

body{
	font-family: Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
}

#innhold h1 {
	background: #e8e8e8;
	padding: 12px 12px;
	font-size: xx-large;
}

h2 {
	font-size: large;
	margin: 0;
	padding: 12px 0 3px 0;
	text-decoration: underline; 
}

h3 {
	font-size: small;
	font-weight: bold;
}

p, table, textarea {
	margin: 0 0 10px 0;
}
