table.nav { background-color:  006600; }
th.nav { background-color:  #CCCC33; }
td.nav { background-color:  #CCCC33; }
a.button {
           color : black;
           background-color : #CCCC33;
           text-decoration : none;
           border : 0;
           font-weight : bold;
           padding : 2px 2px;
         }
a.button:hover {
                 background-color : #006600;
                 color : white;
               }
a.contact {
            color : #3366FF;
            background-color : white;
            text-decoration : none;
            border : 0;
            font-weight : bold;
            padding : 2px 2px;
         }
a.contact:hover {
                 background-color : #006600;
                 color : white;
               }
.header { background-color: #CCCC33; }
table.bordered { background-color: 006600; }
table.noborder { background-color: white; }
th { background-color: white; }
td { background-color: white; }
p.justified { text-align : justify; }
