
/* 
#a1db4f lysegrøn
#496b5f mørkegrønt
color: #496b5f (tekst til lysegrønt baggrund)
*/

A:link { text-decoration: none; color:black; }
A:visited {text-decoration: none; color:black; }
A:active { text-decoration: none; color:black; }
A:hover { text-decoration: underline; color: black;}

body {
	color:#004040;
	font-size:xsmall;
	font-family:'Arial';
	background-color:#f9f0e6;
scrollbar-face-color:#496b5f;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#f9f0e6;
scrollbar-darkshadow-color:#f9f0e6;
scrollbar-shadow-color:#f9f0e6;
scrollbar-arrow-color:#f9f0e6;
scrollbar-track-color:#f9f0e6;
}

.cursor {  cursor: hand}

h1 {
	font-size:medium;
	color:#004040;
}
h2 {
	color:#004040;
	font-size:small;
}
.menu a:link {background: #708a4d; color: #ffffff; text-decoration: none}
.menu a:visited {background: #708a4d; color: #ffffff; text-decoration: none}
.menu a:hover {background: #708a4d; color: #496b5f; text-decoration: none}
.menu a:active {background: #a1db4f; color: #ffffff; text-decoration: none}
.menu table tr td {background-color: #708a4d}
.menu table tr td{fontsize: 10px}

