body, td
{
    background-color : rgb(53 , 9 , 72);
    text-align : center;
    font-size : 18px;
    color : rgb(51 , 153 , 204);
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
}
h1
{
    Background-color : white;
}
a:link
{
    background-color : rgb(53 , 9 , 72);
    color : rgb(51 , 153 , 204);
    text-decoration : none;
    font-style : italic;
}
p
{
    Margin-left : 15%;
    Text-align : left;
}
a:visited
{
    background-color : rgb(53 , 9 , 72);
    color : rgb(51 , 153 , 204);
    text-decoration : none;
}
a:active
{
    background-color : rgb(53 , 9 , 72);
    color : rgb(255 , 210 , 0);
    text-decoration : none;
}
a:hover
{
    background-color : rgb(53 , 9 , 72);
    color : rgb(255 , 210 , 0);
    text-decoration : none;
}

