*
   {
   border: 0;
   margin: 0;
   padding: 0;
   }
html
   {
   background-color: #000
   color: #DDD;
   font: normal 85% 'Verdana', 'Tahoma', 'Arial', sans-serif;
   text-align: justify;
   }
body
   {
   background-color: #000;
   border-top: none;
   color: #FFF;
   margin: 20px auto;
   min-width: 700px;
   width: 50%;
   }

/* =Header Styles */
h1
   {
   background: #000 url('/images/nuclear-logo.jpg') no-repeat top left;
   height: 105px;
   text-indent: -1000em;
   }
div#google-ads
   {
   text-align: right;
   margin-bottom: 2em;
   }


/* =Content General Styles */
h2
   {
   border-bottom: 1px solid #FC0;
   background-color: inherit;
   color: #FC0;
   }
a
   {
   backround-color: inherit;
   color: #FC6;
   }
a:hover
   {
   background-color: inherit;
   color: #FC0;
   }
p
   {
   margin-bottom: 1em;
   line-height: 1.5em;
   }
.sub-head
   {
   background-color: inherit;
   color: #FC0;
   font-weight: bold;
   float: right;
   margin: 0 .5em 1em 2em;
   }
ul, ol
   {
   margin: 0 0 1em 3em;
   }
   
/* =Form Styles */
input
   {
   border: 2px inset #AAA;
   padding: 3px;
   }
input#submit
   {
   border: 2px outset #AAA;
   }

/* =Footer Styles */
div#footer
   {
   border-top: 1px solid #FC0;
   margin-top: 3em;
   }
div#footer span
   {
   background-color: inherit;
   color: #000;
   float: right;
   }
div#footer span a
   {
   background-color: inherit;
   color: #000;
   }
div#footer span:hover
   {
   background-color: inherit;
   color: #666;
   }
div#footer span:hover a
   {
   background-color: inherit;
   color: #666;
   }
