﻿body 
{
    background-color: #000000;
    font-family: Tahoma;
    color:Red;
}

a:link
{
    color: #FF9900;
    text-decoration: none;
}

a:hover
{
    color: #FF9900;
    text-decoration:underline;
}

a:visited
{
    color: #FF9900;
    text-decoration:underline;
}

#ph_Page
{
    width:100%
}

.footerText
{
    font-size:8pt;
}

.footerText a img 
{
    border:0px;
}