/*  If you change the background color in the body entry, change the background color
    in the tr entry.
    If you change the font color in the body entry, change it also in the table.all and
    table entries.
*/
body
{
 background-color:#1166CC;	/*  1166CC  */
 margin-top:0; 
 font-family:Arial;
 font-color:#11DD33;		/*  11DD33  */
 font-size:xx-small;
}

a:link
{
 color: White
}

a:visited
{
 color: Cyan
}

a:active
{
 color: LawnGreen
}


table
{
 border:0px;
 color:#11DD33;		/*  11DD33  */
}

table.all
{
 border:0px;
 width:760;
}

tr
{
 vertical-align:top;
}

tr.bottom
{
 vertical-align:top;
 background-color:#1166CC;		/*   1166CC  */
 background-image:url('/graphics/footer.jpg');
}


td.contact
{
 a-color: AliceBlue
}


img
{
 vpace:0;
 hspace:0;
 border:0
}




