body, td  {
    color: #555555;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

form  {
   margin: 0px 0px 0px 0px;
}

input, select, file  {
   color: #000000;
   font-family: helvetica, arial, sans-serif;
   font-size: 14px;
}

textarea  {
   color: #000000;
   font-family: courier;
   font-size: 14px;
}

a:link, a:visited, a:active, a:hover  {
    color: red;
    text-decoration: underlined;
}

h1, h2, h3, h4, h5, h6  {
    padding-top:    0.1em;
    padding-bottom: 0.1em;
    padding-left:   0.5em;
    font-family :   helvetica, arial, sans-serif;
}

h1  {
    border-bottom: solid;
    border-color: gray;
}

h2  {
    font-size: 14px;
    color: black;
    border-bottom: solid;
    border-color: grey;
}

h3  {
    font-size: 14px;
    color: black;
    border-bottom: solid thin;
    border-color: grey;
}

h4  {
    border-top: solid thin;
    border-bottom: solid thin;
    border-color: gray;
    background-color: #BBBBBB;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 14px;
    text-align: center;
}

h5  {
    border-top: solid thin;
    border-bottom: solid thin;
    border-color: green;
    background-color: #99FF00;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 14px;
    text-align: center;
}

h6  {
    border-top: solid thin;
    border-bottom: solid thin;
    border-color: red;
    background-color: #FF8855;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 14px;
    text-align: center;
}

