.dmviktig { color: red; 
font-size: 3em; }
.utvisket { text-align: center; 
            background-color: #ececec; }
body { font-family: arial, verdana; }            
table { border-collapse: collapse; }
.bokstavliste { list-style-type: lower-alpha; }
th, td { border: black solid 1px;
         padding: 0.2em;
         vertical-align: top; }
.clear {
	clear: both;
}
.venstrebilde {
	float: left;
	padding-right: 20px;
}
h2 {
	clear: both;
	margin-top: 20px;
}
.kode {
	font-family: "Courier New", Courier, monospace;
	border: thin solid #000;
	padding: 5px;
}

