body
{
   color:      #000000;
   background: #FFFFFF;
}

A {
   color: #9C6175; }

A:active {
   color:     #CCCCCC;
}

h1, h2, h3 {
   font-family: arial,helvetica;
   font-weight: bold;
   color:        #5F6F9F;
}

h1 { font-size:  24px;
   text-align: center; }
h2 { font-size:  16px; }
h3 { font-size:  10pt; }

/* Produces a greyed link */
.nav {
   font-family: arial, helvetica;
   font-size: 11pt;
   color: #BBBBBB;
   text-align:   center;
   margin-left:  0em;
   margin-right: 0em; }


