A:link
{
    color : black;
    text-decoration : underline;
}

A:visited
{
    color : black;
    text-decoration : underline;
}

A:active
{
    color : black;
    text-decoration : underline;
}

A:hover
{
    color : black;
    text-decoration : underline;
}

BODY
{
    font-family : Tahoma, Verdana, Arial;
    color : black;
    background : #DDDDDD;
    width : 600px;
}

H1
{
    font-size : x-large;
    color : teal;
}

.HEADER
{
    font-size : small;
    color : white;
    font-weight : bold;
    text-transform : capitalize;
    background : teal;
}

TD
{
    font-size : x-small;
}

.PAGE_TABLE
{
    background : white center;
    width : 600px;
}

