a:link    {
	color: #00ff00;
   text-decoration:none;
  }
a:visited {
	color: #00fe00;
    text-decoration:none;
 }
a:active  {
	color: #ffff00;
    text-decoration:none;
  }
A:hover {color: #FF0000}

body {
		background-color : #1a1a1a;
		scrollbar-3d-light-color:#ffffff;
      scrollbar-arrow-color:#ffffff;
      scrollbar-base-color:#252521;
      scrollbar-darkshadow-color:#ffffff;
      scrollbar-face-color:#ff7e00;
      scrollbar-highlight-color:#ffffff;
      scrollbar-shadow-color:#252521;
      scrollbar-TRack-color:#252521;
      color:#ff7e00;
      
      }

table {font-size:95%;
		line-height:1.2;
}
