body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#70491C; 
  font-family:arial, verdana, sans-serif; 
 
  color:#ffbb00;
  }

td.see {visibility:display;}
td.nosee {visibility:hidden;font-size:20pt;}

.mainlink:link {
color:#ffbb00;
text-decoration:none;
}

.mainlink:visited {
color:#ffbb00;
text-decoration:none;
}
.mainlink:hover {
color:#ffffff;
text-decoration:none;
}



.clink:link {
color:#ffe49a;
text-decoration:none;
}

.clink:visited {
color:#ffe49a;
text-decoration:none;
}
.clink:hover {
color:#ffffff;
text-decoration:none;
}



.flush-right{
        position:absolute;      /* All browsers */
        top: 70px;              /* Standards  browsers */
        top: position-static;   /* IE all others ignore this as invalid*/
        right: 0;               /* All except IE */
        left: expression(parentNode.offsetWidth - offsetWidth + 'px'); /* IE only */
    }





