body {
  background-color: black;
  background-image: url(main/bkgd.gif);
  background-repeat: repeat;
  background-attachment: fixed;
}

a:link
 { color:#FF00FF; }
a:visited
 { color:#FFFF40; }
a:hover
 { color:#00FF40; }
a:active
 { color:#00FFFF; }

a {
  font-weight: normal;
  font-style: italic;
}

p {
  font-family: "Footlight MT" !important;
  color: #FFFFC0;
  font-size: 16;
  line-height: 1;
}

.bright {
  color: #FFFF88;
  text-shadow: black 1px 1px;
}


#narrow {
  line-height: .25;
}

#labelc {
  text-align: center;
}
#labelr {
  text-align: right;
}

li {
  font-family: "Footlight MT" !important;
  color: #FFFFC0;
  font-size: 16;
  line-height: 1;
}

H1 {
  color: blue;
  font-size: 40;
  font-weight: bold;
  text-align:center;
  text-decoration: underline overline;
  font-family: Serif;
  font-family: "Footlight MT" !important;
}


H2 {
  color: #00C0FF;
  font-weight: bold;
  font-size: 24;
  text-align:center;
  line-height: 1;
  font-family: Serif;
  font-family: "Footlight MT" !important;
}

H3 {
  color: #FFFF40;
  font-size: 16;
  font-family: Serif;
  font-family: "Footlight MT" !important;
  line-height: 1;
}
