body {
	background-color: rgb(255,255,234);
}

a:link {
    background-color: transparent;
    color: rgb(153,102,51); 
    text-decoration: underline;
}

a:visited {
    background-color: transparent;
    color: rgb(200,144,88); 
    text-decoration: underline;
}

a.hovedmeny:link {
    text-decoration: none;
}

a.hovedmeny:visited {
    text-decoration: none;
}

h1 {
    color: rgb(153,102,51);
	font-family: Georgia;
	font-size: 35pt;
	font-style: italic;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	text-align: center; 
}
