html {
    background-color: white;
}

body {
    margin: 0.25in;
    background-color: white;
    font-size: 12pt;
    font-family: sans-serif;
    font-style: normal;
}

h1, h2, h3 {
    margin-left: -0.25in;
    margin-right: -0.25in;
    padding: 0.05in;
    padding-left: 0.25in;
    text-align: left;
    font-family: serif;
}

h1 {
    background-image: url("gradient.png");
    background-repeat: repeat-y;
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 15pt;
}

p {
    text-align: justify;
}

hr {
    width: 100%;
}

dt {
    font-weight: bold;
}

kbd {
    font-family: monospace;
    font-style: normal;
}

address {
    font-style: italic;
    font-size: 80%;
}

.header {
          font-weight: bold;
}
