body
{
background: #d2d2d2 url(images/body-bg.jpg);
background-position: top center;
background-repeat: repeat-x;
background-attachment:  fixed;
margin-top: 0px;
}
table.menu
{
    font-family: verdana;
    font-size: 11px;
    font-variant: normal;
    text-align: left;
    color: #4a4a4a;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 3px;
}
td.menu
{
    border-bottom: 1px solid silver;
}
td.menu a
{
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 10px 0px;
}
td.menu a:hover
{
    background: #0055ea;
    color: #fff;
}
td.comment a
{
    font-family: verdana;
    font-size: x-small;
    text-decoration: none;
    color: #3c67bb;
}
a.title:hover
{
    color: #84b5e3;
    text-decoration:none;
    font-family: verdana;
    font-size: 15px;
}


