body {
       background: #ffffff;
       font-family: Arial, Helvetica, Verdana, sans-serif;
       color: #000000
}

a:link {  color: #666600}
a:visited { color: #666699}
a:active { color: #666699}
a:hover { color: #666699}


a.white:link {
               color: #ffffff;
               font-size: smaller;
               font-weight: bold;
               text-decoration: none
}
a.white:visited {
                  color: #ffffff;
                  font-size: smaller;
                  font-weight: bold;
                  text-decoration: none
}
a.white:active {
                 color: #ffffff;
                 font-size: smaller;
                 font-weight: bold;
                 text-decoration: none
}
a.white:hover {
                 color: #000000;
                 font-size: smaller;
                 font-weight: bold;
                 text-decoration: none
}

div {
       background: #ffffff;
       font-family: Arial, Helvetica, Verdana, sans-serif;
       color: #000000
}


h1 {
     font-family: Arial, Helvetica, Verdana, sans-serif;
     color: #000000;
     font-size: 120%
}

h2 {
     font-family: Arial, Helvetica, Verdana, sans-serif;
     color: #000000;
     font-size: 110%
}

h3 {
     font-family: Arial, Helvetica, Verdana, sans-serif;
     color: #000000;
     font-size: 100%
}

code,kbd,samp,pre,tt {
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
}

td { font-family: Arial, Helvetica, Verdana, sans-serif}

td.unvisited {
               background: #999999;
}

td.visited {
             background: #c0c0c0
}

.box {
       border: solid;
       border-width: thin;
       border-color: #ffcc33;
       padding-left: .8em;
       padding-right: .8em
}

.hdr {
       color: #b3b3b3
}

.indent {
              text-align: left;
              margin-left: 4em;
}

.warning {
  color: red;
}
