body { background-image: url(bg.gif)
    }
  a:link { color: gray;
    }

  a:visited { color: black;
    }

  a:active { color: orange;
    }

  a:hover { background-color:cornsilk; color: darkred; }

  td { font-family: arial;
    font-size: 12px;
    }

  p { font-family: arial;
    font-size: 12px;
    }

  h4 { font-family: arial;
     font-size: 19px;
     color: black;
     font-weight: 500;
     }

  h3 { font-family: arial;
     font-size: 16px;
     color: black;
     font-weight: 500;
     }

  h2 { font-family: arial;
     font-size: 14px;
     color: white;
     font-weight: 500;
     }

  h1 { font-family: arial;
     font-size: 19px;
     color: white;
     font-weight: 500;
     }

legend { font-family: arial;
     font-size: 16px;
     color: white;
     font-weight: 700;
     }

tr   { border-style: none;
     }
td   { border-style: none;
     }


