body {background-color: #3333FF;
      color: #FFFFFF;
      font-family: Arial, Gothic, sans-serif;
      font-size: 1.00em;
}       
.nav { font-weight: bold;
      font-size: 1.25em;
      text-align:center;
}

h1 { background-color: #CC0000;
     color:#FFFFFF;
     line-height: 200%;
     font-family: "Gothic", serif;
     font-size: 3.00em;
     text-align: center;
}

h2 { background-color: #CC0000;
     color: #FFFFFF;
     font-family: "Stencil STD", serif;     
     font-size: 2.25em;
}

p { font-size: 0.95em; 
    font-weight: bold;
}

ul { font-size: 1.00em; 
     font-weight: bold;
}

dt {font-size: 1.35em;
    font-weight: bold; 
}

dd {font-weight: bold;
    font-size: 1.00em;
}

#footer {font-size: 0.75em;
         font-style: italic;
}

#wrapper {margin-left: auto;
            margin-right: auto;
            width: 60%;
}

