body {
    background-attachment: scroll;
    background-image:  url(bg.png);
    background-repeat: repeat-y;
    background-position: right;
    background-color: #5b6d5b;
}

a {
    color:  #5B6D5B;
    font-size: 11 px;
    text-decoration: none;
}

a:hover {
    color: #9FBF9F;
    font-size: 11 px;
    text-decoration: none;
 
}   

td {
    color: #5B6D5B;
    font-size: 11px;
   
   
}   

b {
    font-size: 10px;
    font-style: bold;
    letter-spacing: 2pt;
    font-variant: small-caps;
}

.bottomAlign { 
 vertical-align: baseline; 
 }

