/* show various link effects (including the rollover effect) */
a { font-family: @Arial Unicode MS;; 
	color : #0000000; font-size: 11px; text-decoration: none: none;
}
a:link {
	color:#000000;
	background-color : transparent;
; font-size: 11px
; text-decoration: none
}
a:visited {
	color:#000000;
	background-color : transparent;
; font-size: 11px
; text-decoration: none
}
a:active {
	color:#000000;
	background-color : transparent;
; font-size: 11px
; text-decoration: none
}
a:hover {
	color:#000033;
	background-color : transparent;
; font-size: 11px
; text-decoration: none
}
BODY { background: #FFFFFF url(flekk.jpg) repeat fixed;
 	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#466278;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#466278;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color : #466278;
	scrollbar-track-color:#466278; ; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px}
