html, body {
   background-color: #666666;
   background-image: url('http://www.gnotsoft.com/images/bodyBackground.gif');
   margin: 0px;
   font: 11px verdana;
   color: black;
}
a {
   text-decoration: none;
   color:black;
}

.mainBody {
   background-image: url('http://www.gnotsoft.com/images/mainTableBackground.gif');
   background-position: top left;
   background-repeat: no-repeat;
   background-color: white;
   border-left: 1px solid black;
   border-right: 1px solid black;
}
.menu {
   border-right: 1px solid black;
   border-bottom: 1px solid black;
}
.bullet {
   left-margin: 4px;
   
}


a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000080; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

