
body {
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 2em 0px 2em 0px;
}

a {
    text-decoration: none;
    color: #FFFF00;
     font-weight: bold;
    background-color: #000000;
}
a:hover {
    color: #FFB11E;
     font-weight: bold;
    background-color: #000000;
}
a.selected {
 color: #FF0000;
  font-weight: bold;
 text-decoration: none;
}

a.plain {
 text-decoration: none;
 font-size: 14px;
}
  .vertical {
     background-image: url("blueline.jpeg");
     height: 400px;
     
     /*padding-left: 2px;*/
  }
  
.table {
           font-size: 18px;
           color: #FFFFFF;
           text-align: left;
  }
  .tabler {
             font-size: 18px;
             color: #FFFFFF;
             text-align: right;
  }
.tabley {
           font-size: 18px;
           color: #FFFF00;
           text-align: right;
  } 
  .tablex {
             font-size: 18px;
             color: #FFFF00;
             text-align: left;
  }
.tablehead {
           font-size: 18px;
           color: #ff8040;
           text-align: left;
  }
.tablehead2 {
           font-size: 18px;
           color: #FF0000;
           text-align: center;
          /* background-color: #ffcc00;*/
           
  }
  .tablehead3 {
             font-size: 24px;
             color: #FFFF00;
             text-align: center;
             
  }
.footer {
           font-size: 12px;
           color: #000000;
           text-align: center;
  }
  
    .homepage {
               font-size: 14px;
               color: #FFFFFF;
             text-align: center;
             }
h2 { font-size: 28px;font-style: bold; color: #FFFF00; }
##h3 { font-size: 20px; color: #ff8040; }
h3 { font-size: 24px;font-style: bold; color: #FFFF00; }

h4 { font-size: 18px; color: #FFFF00; }



