body {
   background : #fff; 
   color: black;
   margin-left : 0; 
   margin-right : 0; 
   margin-top : 0; 
   margin-bottom : 30px; 
   padding : 0;
   font-family: arial, helvetica, sans-serif; 
	}

b, strong {
   font-weight : bold; 
	}

a:visited {
   text-decoration : none; 
	}

a:link {
   text-decoration : none; 
	}

a:hover {
   color : #f60;
   background-color : #fff;  
   text-decoration : underline; 
	}

a:active {
   text-decoration : none; 
	}

#main {
   position: absolute;
   top: 0px;
   left: 100px;
   float: left;
       }

#logo {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 64px;
   height: 100%;
   border-right: 3px solid black;
   font-size: 8pt;
   text-align: center;
     }
#logo a:link {
   color: #000;
   }
#logo a:visited {
   color: #000;
   }
#logo a:hover {
   color: #f60;
   }
body>#logo {
   position: fixed;
   }
