body{background-color:#000000; color:#DDD; text-align:center;}
a   {color:#0CF; text-decoration:none;}
a:hover { color: #ffffff; text-decoration:underline; } 
table {margin: 0.5em auto; width:640px;}

td.main a:link   { color:#072c4f; }
td.main a:hover  { color: #d0004c; text-decoration:underline; }

img.c   { width:32px; height:32px; }
th      { background-color:#272d45;
          border:thin outset #607399;}

td.main { background-color:#99a6c0;
          border:thin outset #d0d9e8;
          color:#0f0a1e;
          text-align:left; }
td.ue   { background-color:#445077;
          border:thin outset #90a0c0;
          color:#DDD;}
.left   { text-align:left; }

hr      { color:#d0004c; height:1px; }
hr.l    { color:#d0004c; height:2px; }
dd      { position:relative;
          right:24px; }

td th   { padding:1px;
          background:#353c61;
          border:thin outset #607399;}
td   { padding:1px;
          background:#b9c6e0;
          border:thin outset #d0d9e8;
          color:#0f0a1e; }/*•\*/

.name   { background-color:#445077;
          border:thin outset #90a0c0;
          text-align:left; }
.data   { background-color:#99a6c0;
          border:thin outset #d0d9e8;
          color:#0f0a1e; }
.no     { background-color:#101926;
          border:thin inset #272d45;
          color:#272d45; }

.unit    { background-color:#353c61;
           border:3px ridge #e0a800; }
.unit td { background-color:#353c61; color:#DDD; border:none;}
.unit-e  { background:#883838;
           border:3px ridge #cccccc; }
.ico     { width:16px; height:16px; }

@media screen and (max-width: 640px) {
 table{width:96%;}
 body{font-size:90%;}
}