body {
       background-color: #000000;
       background-image: url('/images/main-bkgd.gif');
       background-repeat: repeat-x;
}

a:link {
       color: #2a474b;
       text-decoration: none;
}

a:visited {
       color: #2a474b;
       text-decoration: none;
}

a:active {
       color: #2a474b;
       text-decoration: none;
}


a:hover {
       color: #000000;
       cursor: default;
       text-decoration: underline;

}

body, tr {
       cursor:default;
       font-family: arial;
       font-size: 10px;
       color: #000000;
       line-height: 13px;
       text-align: left;
}

img {
       border-color: #000000;
}

hr {
       color: #E4E4E4;
}