/* show various link effects (including the rollover effect) */
a { font-family: @Arial Unicode MS;; 
	color : #FFFFFF; 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: #040404 repeat fixed;
 	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#456279;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#456279;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color : #456279;
	scrollbar-track-color:#456279; ; font-family: Arial, Helvetica, sans-serif; color: #456279; font-size: 9px}
