
body {background-color = black;}
img {padding:none; margin:0; border:0;}
.smallprintlists {padding:0; margin:0; border:none;}
a:link {color:blue; text-decoration:none;}
a:hover {color:red;}
a:visited {color:navy;}
a:active {color:blue;}

a.hweights:link {color:#0000CB; text-decoration:none;}
a.hweights:hover {color:red;}
a.hweights:visited {color:navy;}
a.hweights:active {color:blue;}

#redalertbutton:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
          box-shadow: inset 0px 0px 5px #c1c1c1;
   outline: none;
}