A:link { text-decoration: none }
A:visited { color: #330066 }
A:hover { color: red }
A:active { color: green }

body { font-size:1em }

em { font-size: 1.2em }

H1 { margin-left: 1em }

table {
}

th, td {
	text-align: left;
	padding-left: 1em;
    border-style: none;
}

.rundtTabell {
/*display:block;position:absolute;*/
	margin-right:4em;
	margin-left:2em;
	border-color:black;
	border-width:thin;
	border-style:solid;
}