
td.bluebkgd
{
    background-color:#36a;
    font-size:large;
    color:Silver;
    text-align:justify;
}
td.logo
{
        background-image:url(images/starbk.jpg);
        background-repeat:repeat-x;
        height:60px;
        font-size:medium;
        color:Aqua;
        
}
p.hostmenu
{
    padding:1px;
    margin:0;
    background-color:#def;
    border-bottom:dotted;
    border-width:1px;
    border-color:#888;
    font-size:small;
    white-space:nowrap;
}