body {  font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: 3px;
        line-height: 1.25;
        text-align: justify;
        background: #000000 url(fixedGraphic.jpg) no-repeat fixed left top;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 50px;
        margin-right: 50px;
        color: silver;

      }

table {  font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: 3px;
        line-height: 1.25;
        text-align: justify;
        color: silver;

      }

.viewed {font-weight: bold;}

.date  {font-weight: bold;}

.padding  {padding: 5px;}

.news { font-weight: bold;
        color: red;
      }

.olive {background-color: #888877;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        word-spacing: 3px;
        line-height: 1.25;
        text-align: center;
        color: #333322;
       }

.khaki {background-color: #555544;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        word-spacing: 3px;
        line-height: 1.25;
        text-align: center;
        color: silver;
       }

.black {background-color: #000000;}

.forest {background-color: #333322;}

.red   {background-color: #990000;
        font-weight: bold;
        font-size: 12;
        text-align: center;
       }

.dkGreen {background-color: #222211;}


.alignBottom {  vertical-align: bottom}

.noMargins {margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px
           }

a:active  { color: #ff3333;
            font-weight: normal;
            text-decoration: none;
          }

a:hover   { color: #FFFF00;
            font-weight: normal;
            text-decoration: underline;
          }

a:visited { color: #999900;
            font-weight: normal;
            text-decoration: none;
          }

a:link    { color: #FFCC00;
            font-weight: normal;
            text-decoration: none;
           }

