
body {
  background: black;
  color: #DDDDDD;
  font-size : 12px;
  font-family : Courier New, Courier, monospace;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

a:link { color: #f4b474; text-decoration: none; }
a:visited {color: #f4b474; text-decoration: none; }
a:hover { color: #d49d5a; text-decoration: none; }

td {
  font-size : 12px;
  font-family : Courier New, Courier, monospace;
}

input {
  /*border:1px solid #888888;*/
}


#contents-table {
  background:url(/img/regin_bg.jpg) no-repeat;
  margin-top:0px;
  margin-right:auto;
  margin-left:auto;
}

.warning-star-ok { color:#00ff00; font-weight:bold; font-size:16px;  }
.warning-star-bad { color:#ff0000; font-weight:bold; font-size:16px;  }
.warning-text-ok { color:#00ff00; font-weight:bold; }
.warning-text-bad { color:#ff0000; font-weight:bold; }

#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden }
