body { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background: #ffcc66; color: #0000cc; margin: 20px; }
li { font-style: italic; }
h1 { text-align: center; font-size: 25px; }
h2 { font-size: 15px; }
hr { background: blue; }
p.big { font-size: 24pt; text-align: center; }
table.t2 { background: #0000cc; }
td { background: #ffcc66; font-size: 10pt; padding: 15px; vertical-align: top;}
td.td2 { font-size: 12pt; text-align: center; }
td.tdsitering { font-size: 8pt; padding: 4px; background: #ffffff; color: #000099; text-align: left; }
a.extlink { font-size: 10pt; font-weight: bold; text-decoration: none; }
a.extlink:link { color: blue; }
a.extlink:visited { color: blue; }
a.extlink:hover { color: red; }
a.extlink:active { color: red; }
#navleft {
	position: absolute;
	top: 30px;
	left: 0px;
	float: left;
	color: #009;
	border: 1px #009 solid;
	margin: 10px; 
	padding: 20px 5px 20px 5px;
	padding-bottom: 20px; 
	background: #fef1d0;
	width: 70px;
}
body>#navleft {position: fixed}
#navleft a { 
	display: block;
	border: outset 1px #eee;
	background: #ddd;
	margin: 0px;
	text-decoration: none;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	color: #009;
	height: 18px;	/* IE needs it when you want the whole button to be clickable. Unfortunatly ruines buttons with wrapped text... */
}
#navleft a:link { }
#navleft a:visited { }
#navleft a:hover { color: blue; background: #eee;}
#navleft a:active { color: red; }
#navleft a.selected { background: #ec7a7a; color: #009; }
