body{   background-color : #000000;
        color : #fff68f; 
        font-family: verdana, helvetica, arial;
        font-size : 12px;
        background-image : none; 
        background-repeat : no-repeat; 
        background-position : 50% 75%;
        background-attachment : fixed; 
        scrollbar-face-color: #000000; 
        scrollbar-shadow-color: #000000; 
        scrollbar-highlight-color: #000000; 
        scrollbar-3dlight-color: #000000; 
        scrollbar-darkshadow-color: #000000; 
        scrollbar-track-color: #4f462f; 
        scrollbar-arrow-color: #fff68f}


p{ color : #fff68f;
      font-size : 12px; 
      font-family: verdana, helvetica, arial;}

h1{ color : red; 
      text-align : center;
      font-size : 40px; 
      font-family : monospace; }

h1.r{ color : red; 
      text-align : right; 
      font-family : monospace; }

h1.sub {  color : red; 
             text-align : center;
             font-size : small;
             font-family : monospace; }

h2{ color : red; 
      text-align : left; 
      font-size : large;
      font-family : monospace; }

h3{ color : #fff68f;
      font-size : large;
      vertical-align: top;
                            }

h4{ color : #fff68f;
      font-size : 14px;
                            }


td		{ font-family: verdana, helvetica, arial;
		font-size: 12px;
		color : #fff68f;
		}

a{     text-decoration : none ;
       color : #00cc33 ; 
       font-size: 12px;
                                 }

a:link{  color : #54ff9f;
         text-decoration : none ;
         font-weight: bold;
         font-family : arial ; 
         font-size: 12px;      }

a:visited{  color : #54ff9f; 
            text-decoration : none ;
            font-weight: bold;
            font-family : arial;
            font-size : 12px;          }

a:hover{   color : #4876ff; 
           font-family : arial;
           font-weight: bold;
           font-size : 12px; 
           text-decoration : none;  }
