BODY {
  scrollbar-arrow-color:cccccc;
  scrollbar-track-color:511a20;
  scrollbar-shadow-color:999999;
  scrollbar-face-color:511a20;
  scrollbar-highlight-color:cccccc;
  scrollbar-darkshadow-color:000000;
  scrollbar-3dlight-color:cccccc;
	
  background-color : #511A20;
  font-color : #CCCCCC;
  font-family : Trebuchet MS, MS Sans Serif, Arial;
  font-size : 10px;
 }

a {
	color : #EB541F;
	text-decoration : none;
}

a:hover {
	color : #CCCCCC;
	text-decoration : none;
}


