body {
	background-color: #F6F6F6;
	}

a {color: blue;}

a:hover {letter-spacing: 1px;
		font-weight: bold;
		background-color: red;
		}

td {
	font-family: ariel, verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	}

td.linie1 {
	background-color: #3333FF;
	font-size: 120%;
	font-family: ariel, verdana, sans-serif;
	color: #FFFF00;
	text-align: center;
		}

td.dato {
	font-size: 106%;
	font-family: ariel, verdana, sans-serif;
	text-align: center;
		}
	
h1 {
	background-color: #FFCC00;
	font-family: serif;
	letter-spacing: 2px;
	text-transform: capitalize;
	}	

h2.green {
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	color: #00ff00;
	font-size: 150%;
	font-weight: bold;
	}