 
A:link   {  
              text-decoration: none;
         color :  #ffd5ff;
          font-weight: bold; }
A:hover    { text-decoration: none;
         color :  #ff99ff;
          font-weight: bold; } 
                
A:active      { text-decoration: none; 
     color : #ff0000;
            font-weight: bold; } 
            
A:visited {    text-decoration: none;
 
             font-weight: bold; } 
             
div.c1 {margin-left: 2em}
     
body {
    text-decoration:  none;
    color: #333366;
    background-position: center middle; 
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
   }
