

body 
  { 
    background-color: #666666;
    color: black;
  }

hr 
  { 
    color: #AAAAAA
  }

br 
  { 
    line-height: 15px;
  }

a 
  {
    text-decoration: none
  }

img
  {
    border-style: none;
    /*border: 1px solid white;*/
    /*height: 120;*/
    height: 180;
  }

table
  {  
    /*border: 1px solid white;*/
  }

td
  {
    text-align: center;
    width: 200;
    padding: 10px;
    /*border: 1px solid white;*/
  }

#main
  {
    width: 1000;
    border-style: none;
    /*border: 1px solid white;*/
  }

#title1
  {
    font-family:helvetica;
    font-size:25pt;
    color:00DD00;
  }

#title2
  {
    font-family:helvetica;
    font-size:11pt;
    color:FFFFFF;
  }

#title3
  {
    font-family:helvetica;
    font-size:15pt;
    color:FFFFFF;
  }

#p_footer
  {
    text-align: left;
    font-family: verdana;
    font-size: 8pt;
    color:FFFFFF;
  }