a:link {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
TD, P {
    background: #E8FFF5
    }
P {
    margin: 0;
    text-indent: 0;
    text-align: justify
    }
H1 {
    margin: 0;
    font-size: 2.2em;
    font-family: Georgia, "Times Newroman";
    font-style: italic;
    color: #4285F4;
    font-weight: bold;
    letter-spacing: 0.1em
    }
H2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #4285F4
    }
h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold
    }
h4 {
    text-align: right;
    font-size: 1em
    }
h5 {
    margin: 0;
    text-align: left;
    font-size: 0.8em;
    color: black
    }