a:link    { color: #00FF00; background: transparent; }
a:visited { color: #00B300; background: transparent; } 
a:active  { color: #99FF99; background: transparent; } 
a:hover   { color: #99FF99; background: transparent; }

*    { font-family: verdana, helvetica, arial, sans-serif; }



body { font-size: 80%; 
       margin-left: 5%; margin-right: 5%;
       color: white;
       background: black; }

h1 {  font-size: 200%;
      margin-bottom: 0; }

h3.navbar { margin-bottom: 0; }


p { margin-top: 0; }

td     { border: none;
         padding-top: 0.5em; }


hr { height: 1px;
     border-style: solid;
     border-color: white;
     color: white;
     background: white;
     border-right-width: 0;
     border-bottom-width: 0; }

th     { border: none; }

.icons { margin: 0;
         padding-top: 0.5em; }

.footer { margin: 0;
          padding-top: 0.5em; }

table.review { border: 1px solid white;
               border-collapse: collapse; }

th.review { border: 1px solid white;
            color: white;
            background: #222222; }

td.review { border: 1px solid white; }
