body {
    color: #303030;
    background: #E0E0E0;
    font-family: "courier new";
    margin: 1%;
}

a:link {
   color: #B0B0B0;
   text-decoration: none;
   font-weight: normal;
}

a:visited {
   color: #B0B0B0;
   text-decoration: none;
   font-weight: normal;
}

a:float {
   color: #B0B0B0;
   text-decoration: none;
   font-weight: normal;
}

a:hover {
   color: #B0B0B0;
   text-decoration: underline;
   font-weight: normal;
}

div.fullsize {
    background: #FFFFFF;
    width: 99%;
    border: 1px solid green;
    padding: 3;
}

table.fullsize {
    width: 99%;
}

font.click {
    color: #7070AB;
    font-weight: bold;
}

span.slink {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 8px;
}
span.click {
    color: #7070AB;
    font-size: 16px;
    font-weight: bold;
}
span.bold {
    font-size: 16px;
    font-weight: bold;
}
span.bright {
    color: red;
}
