a { 
	text-decoration: none; 
}
a:visited {
	color: #0000a0;
}
h3 { 	
	border-bottom: solid thin blue; 
}
a.nav { color: #0000ff; 
    	text-decoration: none; 
}
a.nav:visited {
	color: #0000a0;
}
a.w3c { color: #ff0000;
    text-decoration: none;
}
a.w3c:visited {
	color: #800000;
}
a.fil { color: #000000; }
a.fil:visited {
	color: #808080;
}
PRE { background: #e0e0e0; }
a.meny {
	text-decoration: none;
	color: #0000ff;
}
a.meny:visited {
	color: #0000a0;
}
a.meny:hover {
	text-decoration: none;
	background: #0000ff;
	color: #ffffff;
}
a.svart {
	text-decoration: none;
	color: #000000
}
a.svart:visited {
	color: #000000;
}
div.x { background: #e0e0e0;
	width: 100px;
	border: 1px #c0c0c0 solid;
	margin: 4px 0
}
div.y { background: #e0ffe0;
	width: 100px;
	border: 1px #c0c0c0 solid;
	margin: 4px 0
}
th.tut { text-align: left;
	background: #d0d0d0; padding-left: 5px; padding-right: 5px; }
td.tut { background: #e0e0e0; padding-left: 5px; padding-right: 5px; }

