/* thw.css - The Hidden World style sheet */

body {  margin-left: 3%; margin-right: 3%;
  color: #bebebe; background: #000000; }

div.box { border: solid; border-width: thin; width: 100% }

A:link {text-decoration: none; color: #000000;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #bebebe; background-color: #000000; text-decoration: overline underline ;}
a:visited:hover { color: #bebebe; background-color: #000000; text-decoration: overline underline  ;}
a:active { color: #bebebe; background-color: #000000; text-decoration: none;}
a:visited:active { color: #bebebe; background-color: #000000; text-decoration: none;}