body       { background-color:#668899; margin:0px;}
a:hover    { color:#fff; text-decoration:underline; }
table      { border-collapse: collapse; }

table.w    { background-color:#fafafa;
             border:1px solid #224455; }
table.w td { border:1px solid #224455; }
table.w th { border:1px solid #224455; }

table.sts  { background-color:#fafafa;
             border:1px solid #224455; }
table.sts td { border:1px solid #224455;
               text-align:center; }

.ti        { background-color:#bbccdd;
             text-align:center;
             font-size:90%; }
.title     { color:#fff; font-family:"Times New Roman"; font-size:2em; font-style:oblique;}
a.title    { text-decoration-line:none;}

.right     { text-align:right; }

hr         { color:#446677; }
hr.red     { background-color:blue; height:5pt; margin-left:0px; text-align:left; }

.no        { background-color:#668899;
             font-size:80%; }

@media screen and (max-width: 640px) {
 table{width:100%;}
 th,td{font-size:80%; padding:2px;}
}
