
@import url(htmlarea.css);

html, body, td {
  font-family: arial,helvetica,sans-serif;
  font-size:11px;
}

html, body {
  background-color: white;
  color: #000;
}

a:link, a:visited { color: #00f; }
a:hover { color: #048; }
a:active { color: #f00; }

td { font-family: arial,helvetica,sans-serif; }
th { font-family: arial,helvetica,sans-serif;
     font-size:12px;
   }
li { font-size:16; font-family: arial,helvetica,sans-serif; }

textarea { background-color: mintcream; border: 1px solid 00f; }