    body {
      background-color:#EDEDED;
      font-size: 62.5%;
      font-family: Verdana, Arial, sans-serif;
      color:#333333;
      
      text-align: center;
    }

    #tablebody {
      font-size: 100%;
      font-family: Verdana, Arial, sans-serif;
      color:#333333;
      margin-right: 1; 
      margin-left: 1;
      text-align: left;
    }
    h2 {
      font-size: 1.3em;
      line-height: 1.5em;
      color: #666;
      border-bottom: 1px dotted #dddddd;   
      margin: 30px auto auto auto;

    }

    /*Container - contains the whole website*/
    #container {
      background: #FFFFFF;
      width: 780px;
      margin: 20px auto 20px auto;
      font-size: 1.0em;
      border: 1px solid #dddddd;

      text-align: justify;
    }

    /*Header - Header details go in here*/
    #header {
      width: 100%;
      background: #FFFFFF;
      height: 120px;
    }

    /*Leftbox - This box appears on the left side of the website*/
    #leftbox {
      font-size: 1em;
      line-height: 1.5em;
      float: left;
      border: 1px solid #dddddd;
      width: 120px;
      margin: 5px 0 5px 5px;
      padding: 5px;	
    }

    /*rightbox - this box appears on the right side of the website*/
    #rightbox {
      width: 620px;
      float: right;
      font-size: 1em;
      line-height: 1.5em;
      margin: 5px;
      padding: 5px;	
      border: 1px solid #dddddd;
    }

    /*Footer - Appears at the bottom of your page*/
    #footer {
      clear: both;
      font-size: 1em;
      line-height: 1.5em;
      margin: 5px;
      padding: 5px;	
    }
    
    a:link{
      background-color: transparent;
      text-decoration: underline;      
      color:#333333;
    }

    a:visited{
      background-color: transparent;
      text-decoration: underline;      
      color:#333333;
    }

    a:hover{
      background-color: transparent;
      text-decoration: underline;      
      color:#333333;
    }

    a:active{
      background-color: transparent;
      text-decoration: underline;      
      color:#333333;
    } 




