h1.sitemap
{  font-size:  16px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   margin-left: 10px;
   margin-right: 10px;
   color: #cc0000;
}

a:hover
{  color: #000000;
}

/* Default columns */
#column1
{  position: fixed;
   background-color: transparent;
   width: 226px;
   height: auto;
   top: 0px;
   left: 189px;
   margin: 0px;
   padding-top: 0px; /* Play with me! */
   z-index: 3;
}

#column2
{  position: fixed;
   background-color: transparent;
   width: 304px;
   height: auto;
   top: 0px;
   left: 465px;
   margin: 0px;
   padding-top: 0px; /* Play with me! */
   z-index: 3;
}

