BODY 
{	
BACKGROUND: #FFFFFF;
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #ff9900;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ff9900;
scrollbar-3dlight-color: '';
scrollbar-darkshadow-Color: #ff9900
}

 /** 
  * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
  * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
  *
  * @workaround
  * @affected IE8, FF, Webkit, Opera
  * @css-for all
  * @valid CSS3
  */

 body { overflow-y: scroll; }


p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
     { font-family:Verdana,Arial,Helvetica,sans-serif; }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3, h3.xmp, h3.xpl, h3.inf, h3.tip { font-size:12pt; }
h4 { font-size:10pt; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:10pt; }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

a {font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;}
a:link { color:#CC6600; text-decoration:underline; }
a:visited { color:#FF9900; text-decoration:underline; }
a:active { color:#FF9900; text-decoration:none; }
a:hover   {  text-decoration: underline; color:#990099; }

a.an { text-decoration:none; }