<!-- $Id: main.css,v 1.6 2005/06/26 07:35:29 gsmith Exp $ -->
<style type="text/css">
    body {
        background-color: white;
        margin: 0px 0px 0px 0px; }
    H1 {
        color: #31639C;
        font-size: 35px; 
        font-weight: bolder;
        margin: 50px 10px 0px 0px; }
    H2 {
        color: #31639C;
        font-size: 20px;
        font-weight: bolder;
        margin: 30px 10px 0px 0px; }
    H3 {
        color: #31639C;
        font-size: 15px;
        margin: 30px 10px 0px 0px; }
    a:link {
        color: #31639C;
        text-decoration: underline }
    a:visited {
        color: #31639C;
        text-decoration: underline }
    a:hover {
        color: #FFCC00;
        text-decoration: underline }
    p {
        color: #333333; }
    li {
        color: #333333; }
    #content {
        color: #333333; }
    .custom_header1 {
         color: #31639C;
	 font-size: 15px;
	 font-weight: bolder;
	 margin: 10px 10px 0px 0px; }
    .invisible {
         visibility: hidden;
         color: white;
         background-color: white;
    }
    #centerheader {
         margin-right: auto;
         margin-left: auto;
         width: 480px;
         text-align: left;
    }
   
</style>
