body{
	bgcolor: #FFFFCC;
	}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	color: #000000;
}
.mainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: 663366;
	font-weight: bold;
}
	/*spechs for ubesøkte linker*/
a:link{
text-decoration: none;
}
	/*spechs for besøkte linker*/
a:visited{
color: #B30500; 
background-color: none;
text-decoration: none;
}

	/*spechs for aktive i en eller annen ofom*/
a:active{
color: silver; 
background-color: white;
text-decoration: none;
}

	/*spechs for ubesøkte linker*/
a:hover{
color: green; 
background-color: none;
text-decoration: underline;
}