BODY {
      background-color : #75766C;
      font-family: Trebuchet MS, Verdana, Arial, Helvetica;
      font-size: 10px;
      text-align: justify;
       cursor: crosshair;
      letter-spacing: 1px;
      color : #000000;
      margin: 1px; 
      }
P, OL, UL, DL {font-size: 10px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 10px;}
A {
   filter:progid:dximagetransform.microsoft.pixelate(duration=.5, maxSquare=7, enabled=false);height: 1px; clip: rect( ); }
    
a:link {/*normal links in the text*/
  color: DED6C7; 
  text-decoration : none; 
  background: #none;
  cursor: help;}
a:visited {
  color: #DED6C7; 
  text-decoration : none; 
  background: #none;
  cursor: help;}
a:hover { 
  color: #FEF7DF;
  border-bottom: 1px solid #9F9E98;
   filter: blur(add=1, direction=450, strength=12);
   cursor: help; }
.Heading {
   font-size: xx-small;
   font-family: verdana;
   color: #D2C5A9;
   width: 100%;
   line-height: 15pt;
   background: 272727;
   border-bottom: 1px solid #BBBCAC;
   letter-spacing: 2px;
   filter: blur(add=1, direction=450, strength=12); }
strong, b {font-weight: 800;}
/*NN 4.xx needs that...*/ 
big {font-size: larger;}
/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: smaller;}
/*not really necessary, but one never knows...use it inline with a <span> class*/
.oldbrowser {display: none;}
body {
	scrollbar-arrow-color: #CDBFA6;
  scrollbar-track-color: #transparent;
  scrollbar-face-color: #transparent;
  scrollbar-highlight-color: #413938;
  scrollbar-3dlight-color: #6F5E58;
  scrollbar-darkshadow-color: #413938;
  scrollbar-shadow-color: #CDBFA6;

