/* Style Sheet (css1) for the entire site */

BODY {      
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: white !important;
  background-color: black !important;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

H1, H2, H3 {
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  color: #dfffdf; 
}

H4, H5, H6 {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  color: #dfffdf; 
}

H1 { font-size: x-large; }
H2 { font-size: large; }

H1.center { text-align: center }
H2.center { text-align: center }


TABLE { margin:  0px 0px 0px 0px;
        border:  0px 0px 0px 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
}

TABLE.list { margin:  0px 0px 0px 0px;
             border:  0px 0px 0px 0px;
             padding-top: 0em;
             padding-left: 0px;
             padding-bottom: 1em;
             padding-right: 1em;
}

TD { color: #dfffdf;
   }
TH { color: yellow;
   }

P { color: white;
  }

LI { color: #dfffdf;
  }


ADDRESS { color: #dfffdf;
        }

CENTER { color: #dfffdf;
        }

.bigjump { padding-top: 3em;
         }

.medjump { padding-top: 2em;
         }

.smalljump { padding-top: 1em;
         }

A:link { color: lime }       /* unvisited link */
A:visited { color: orange }   /* visited links */
A:active { color: red }    /* active links */


