body { background-color:#FFFFCC;
       color:#330000;
       font-family: Arial, Verdana, sans-serif;
}
h1 { background-color:#CCAA66;   
     color:#000000;
     line-height: 200%;
     font-family: Georgia, "Times New Roman", serif;
      
}
h2 { background-color:#AEAED4;
     color:#191970;
     font-family: Georgia, "Times New Roman", serif;
}

p {font-size: .90em; }

ul { font-weight: bold; }

.nav { font-weight: bold;
           font-size: 1.25em;
}

#footer { background-color:#CCAA66
                color:#000000
                font-size: .60em;
                font-style: italic, centered;
}

.companyname { font-weight: bold;
                             font-family: Georgia, "Times New Roman", serif;
                             font-size: 1.25em; 
}
#container { margin-left: auto;
             margin-right: auto;
             width:80%;
}
 
