body{
	background-color: white;
	font-family: Arial, Comic Sans MS;
	font-size: 14px;
	color: darkgreen;
}

.h1{
	font-family: Arial;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
}

h2{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
td{
	background-color: white;
	font-family: Arial, Comic Sans MS;
	font-size: 14px;
	color: darkgreen;
}

a:link {color: darkred; text-decoration: none}
a:active {color: darkred; text-decoration: none}
a:visited {color: darkred; text-decoration: none}
a:hover {color: red; text-decoration: none}

.knap { 
    	text-align: center;
	background-color: white; 
	border : outset;
	font-size : 12px ; 
	font-weight: bold;
	font-family : Arial;
}

a.adresse_link {
	text-decoration: underline
}
