p
{
    font-family : serif;
    color : Black;
    Text-align : justify;
    Width : 550px;
}
H1
{
    font-family : Arial , Helvetica , sans-serif;
    color : black;
    font-size : 30px;
}
H2
{
    font-family : Arial , Helvetica , sans-serif;
    color : black;
}
H3
{
    font-family : Arial , Helvetica , sans-serif;
    color : black;
    font-size : x-small;
}
H4
{
    font-family : Arial , Helvetica , sans-serif;
    color : black;
    font-size : larger;
}
ul
{
    font-family : serif;
    color : black;
    text-align : justify;
    List-style-type : circle;
}
table
{
    font-family : serif;
}
li
{
    Width : 500px;
    Vertical-align : top;
}
td
{
    font-family : serif;
}
div
{
    font-family : Arial , Helvetica , sans-serif;
    color : black;
    Width : 550px;
}
HR
{
    color : black;
    height : 1px;
    Width : 550px;
    Text-align : left;
}
A:HOVER
{
    color : rgb(0 , 99 , 206);
    text-decoration : none;
    font-weight : bold;
}
A
{
    text-decoration : underline;
    color : navy;
    font-weight : bold;
}

