body
{
    background-color: black;
    color: white;
    font-size: medium;
}
a:link
{
    color: aquamarine;
}
a:hover
{
    color: red;
    font-weight: bold;
}
a:visited
{
    color: aquamarine;
}
h3
{
    font-weight: bold;
    text-decoration: underline;
}
table
{
    text-align: center;
    width: 800;
    height: 375;
}
td
{
    text-align: center;
}
h2{
    text-decoration: underline;
}
#notice
{
    background-color: darkcyan;
    margin-left: 100px;
    margin-right: 100px;
    padding: 20px;
    text-align: center;
}