<style type=text/css>

  table, tr, td { 
  background-color:transparent;
  } 

  body { 
  background-color:000000; 
  background-image:url(images/background2.jpg); 
  background-position:Center Center; 
  background-attachment:fixed; 
  background-repeat:no-repeat;
  font-family: Tahoma, Arial; font-size: x-small;  
  } 

  table table {
  border: 000000;
  border-width: 1px;
  font-size: 12px;
  }

  table table td {
  }

  .transparent {
  background-color:ffffff; 
  filter:alpha(opacity=78); -moz-opacity:0.78; opacity:0.78; -khtml-opacity:0.78;
  }

  .topbar {
  background-color:ffffff; 
  filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; -khtml-opacity:0.85;
  }

  .menu {
  background-color:red;
  filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
  color:black;
  }

  .notransparent {
  background-color:ffffff;
  filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00; -khtml-opacity:1.00; 
  }

  table, tr, td, li, p, div { 
  color:black; 
  } 

  a {
  color: red; 
  text-decoration: none; 
  }

  a.footer {
  color: black;
  }

  a:hover { 
  text-decoration:underline; 
  }

  h1 {
  color:red;
  font-size: 16px;
  font-weight: 800;
  }

  h2 {
  color:red;
  font-size: 12px;
  font-weight: 600;
  }

  .footer {
  font-size: 10px;
  }

  a.red {
  color:white;
  }

</style>