A{
    color:#008000;
  }
A:ACTIVE{
    color:#007000;
  }
A:HOVER{
    color:#FF80FF;
  }
A:LINK{
    color:#008000;
  }
A:VISITED{
    color:#007000;
  }
EM{
    color:#0000A0;
    font-style: italic;
    font-weight: bold;
  }
H1{
    color:#0000A0;
    font-family: "Luxi Serif",serif;
    font-size: 24pt;
    background-position: 0% 100%;
    background-repeat: repeat-x;
    background-image: url(images/underline.jpg)
  }
H2{
    color:#008000;
    font-weight: bold;
    font-family: "Luxi Serif",sans-serif;
    font-size: 18pt;
  }
INPUT {
    color:#3c423c;
    font-family: Courier,monospace;
    font-size: 10pt;
    font-weight: bold;
  }
SELECT {
    color:#3c423c;
    font-family: Courier,monospace;
    font-size: 10pt;
    font-weight: bold;
  }
P {
    font-family: "Bookman Old Style", "Century Schoolbook",serif;
    font-size: 12pt;
  }

.app_name {
    color:#800080;
    font-family: "Bookman Old Style", "Century Schoolbook",serif;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
  }
.fieldname {
    color:#008000;
    font-family: "Nimbus sans", sans-serif;
    font-size: 12pt;
    font-weight: bold;
  }
.green {
    color:#008000;
  }
.required {
    color:red;
  }
.screen {
    background-image: url(images/screen.jpg)
  }
.wine {
    color:#5c005c;
  }
