
A {
    text-decoration : none;
    background-color : transparent;
  }

BODY {
    background-image: url(./pics/64x64/ndl5.gif);
    background-repeat : repeat;
    background-color : black;
    background-attachment : fixed;
    font-family: Times, Serif;
    text-decoration: none;
  }

H1 {
    color : #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

H2 {
    color: #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

H3 {
    color: #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

H4 {
    color: #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

H5 {
    color: #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

H6 {
    color: #ba1f21;
    font-weight : bolder;
    font-family : Georgia, Times, Serif;
    background-color : transparent;
  }

HR {
    color : #ba1f21;
    background-color : transparent;
  }

TD {
    vertical-align : top;
  }

#1 {
    vertical-align : middle;
  }

#2 {
    background-color : #000000;
  }

#3 {
    font : italic medium;
    color : #e1be12;
  }

A:HOVER {
    text-decoration : none;
    color : Red;
    background-color : transparent;
  }

