body
{
border-style: none;
text-align: left;
color: black;
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
font-style: normal;
text-transform: none;
line-height: normal;
background-color: rgb(255, 255, 255);
font-size: small;
}
h1
{
color: orange;
font-family: Arial,Helvetica,sans-serif;
font-size: x-large;
line-height: normal;
text-decoration: underline;
font-weight: bold;
font-style: normal;
text-transform: none;
text-align: left;
background-color: rgb(255, 255, 255);
}
h2
{
color: purple;
text-align: left;
font-family: Arial,Helvetica,sans-serif;
font-size: large;
line-height: normal;
font-weight: bold;
font-style: normal;
text-transform: none;
}
h3
{
font-weight: bold;
color: blue;
text-align: left;
font-family: Arial,Helvetica,sans-serif;
font-size: medium;
line-height: normal;
font-style: normal;
text-transform: none;
}
h4
{
font-weight: bold;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    line-height: normal;
    text-decoration: underline;
    font-style: normal;
    text-transform: none;
    color: darkgreen;
    }

  h5 { font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    line-height: normal;
    text-decoration: underline;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    color: black;
    font-style: italic;
    }

  h6 { color: black;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: none;
    text-align: left;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-size: x-small;
    }

