body {
        background: #E2E2E2;
        color: Black;
        font-family: Verdana;
        font-size: small;
        margin-left: 20px;
        margin-top: 20px;
        width: 93%;
        clip: rect(0 93% auto 0);
}

h1 {
        color: #2D096C;
        font-family: Verdana;
}

h2 {
        color: Black;
        font-family: Verdana;
}
p.normal {
        font-size: small;
}

table {
        background:  #E2E2E2;
        color: Black;
        font-family: Verdana;
        font-size: small;
}

tr {
        background:  #E2E2E2;
        color: Black;
        font-family: Verdana;
        font-size: small;
}

td {
        background:  #E2E2E2;
        color: Black;
        font-family: Verdana;
        font-size: small;
}

h2 {

}

a:hover {
        background:   #E2E2E2;
        text-decoration: none;
        color: red;
}

a:link {
        color: #2D096C;
        text-decoration: underline;
}

a:active {
        color: #1FA2B2;
        text-decoration: none;
}
a:visited {
        color: #2D096C;
        text-decoration: underline;
}
a:focus {
         text-decoration:underline;
         background-color:#E4E4E4;
         color: Red;
}