#tracks_map {
   position: absolute;
   top: 285px;
   left: 212px;
   padding: 5px;
   width: 800px;
   height: 800px;
   background: #000000;
   color: #FFFFFF;
   letter-spacing: 2px;
   line-height: 20px;
   font-size: 12px;
}

#tracks_map h2, h3 {
   font-weight: bold;
   font-size: 15px;
   padding: 10px;
   margin: 0px 0px 0px 0px;
}

#tracks_map a:link {
   background: #000000;
   color: #FFFFFF;
   text-decoration: underline;
   padding: 5px;
}

#tracks_map a:visited {
   background: #000000;
   color: #FFFFFF;
   text-decoration: underline;
   padding: 5px;
}

#tracks_map a:hover {
   background: #FFFFFF;
   color: #000000;
   text-decoration: underline;
   padding: 5px;
}

#map {
   background: #FFFFFF;
   color: #000000;
   position: relative;
   left: 15px;
}

#map A:link {
   background: transparent;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}

#map A:visited {
   background: transparent;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}

#map A:hover {
   background: transparent;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}

#map p {
   display: block;
}

#directions {
   background: #FFFFFF;
   color: #000000;
   overflow: auto;
   max-height: 850px;
   position: relative;
   left: 15px;
}

#directions p {
   background: #FFFFFF;
   color: #000000;
}

#directions A:link {
   background: #FFFFFF;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}

#directions A:visited {
   background: #FFFFFF;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}

#directions A:hover {
   background: #FFFFFF;
   color: #000000;
   text-decoration: underline;
   font-size : 12px;
}
