body
{
 background-attachment: fixed;
 background-image: URL('../../images/bkgd.jpg');
 background-color: black;
 color: orange;
}

a
{
 color: white
}

a:visited
{
 color: lime;
}

a:active
{
 color: cyan;
}

td
{
 vertical-align: top;
}

