  body 
  {
    background:#3F4447 url("stainlessBackground.gif") no-repeat; 
    background-image:#3F4447 url("stainlessBackground.gif") no-repeat; 
    background-size: 100%;
    margin:0;
  }

  .class1 a:link 
  {
    text-decoration: underline; 
    color: black;
  }

  .class1 a:visited 
  {
    text-decoration: underline; 
    color: black;
  }

  .class1 a:active 
  {
    text-decoration: underline; 
    color: black;
  }
  
  .class1 a:hover 
  {
    text-decoration: underline; 
    color: red;
  }
  
    
  .class2 a:link 
  {
    text-decoration: none; 
    color: black;
  }

  .class2 a:visited 
  {
    text-decoration: none; 
    color: black;
  }

  .class2 a:active 
  {
    text-decoration: none; 
    color: black;
  }
  
  .class2 a:hover 
  {
    text-decoration: none; 
    color: red;
  }