/* Map.css by Hexenmeister Raven 2009 */

a:link {
   color: #3300ff;
   text-decoration: none;
   }

a:visited {
   color: #00ffff;
   text-decoration: none;
   }

a:hover, a:active {
   color: #cc6633;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #cccc00;
   }

#linkstext {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 1em;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
   width: 100%;
   }

#extraDiv3 {
   margin-left: 10%;
   margin-right: 10%;
   height: 50px;
   bottom: 0px;
   }