body{
    font-family: sans-serif;
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: black;
}

h1{
    font-family: "Arial Black", sans-serif;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #2A7FFF;
    color: black;
}

h3{
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #D7D7D7;
    color: black;
}
    
h2{
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #6AA5FD;
    color: black;
}
p{
    font-size: 13px;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    text-align: justify;
}

td{
    font-size: 13px;
}

a{
    color: #333399;
    background-color: inherit;
    text-decoration: none;
}

table{
    margin-left: 45px;
}

a{
    color: #333399;
    background-color: inherit;
    text-decoration: none;
}

a:hover{
    color: #666699;
    background-color: inherit;
    text-decoration: none;
}

img{
    width: 88px;
    height: 31px;
    border: 0px;
}
