body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, serif;
    margin-left: 2%;
    margin-right: 2%
    }
a:link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
a:visited {
    background-color: #fff;
    color: purple;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: #F00;
    text-decoration: underline
    }
.c {
    text-align: center
    }
h1, h2, h3 {
    text-align: center
    }
table {
    margin-left: auto;
    margin-right: auto;
    border: none;
    text-align: left
    }