/* online map screen styles */

<style type="text/css" media="screen, tv, tty">
  body {font-family: sans-serif}
  #links a {text-decoration: none}
  #links a:visited {text-decoration: none}
  #links a:hover {text-decoration: none}
  #links a:active {text-decoration: none}
  #img {border-width: 0}
  #summary {position: absolute; top: 350px; width: 600px}
  #instruction {position: relative; top: 300px; width: 600px}
  #online_map {position: absolute; left: 5px; top: 5px}
  #lpmap {position: absolute; left: 0px; top: 0px; height: 294px;
  		width: 600px; z-index: 1}

  .notes p {margin: 5px; font-size: 8pt; color: white; text-decoration: none}
  .notes p span {color: yellow}
  .notes a {background: blue; text-color: white; width: 20px;
         height: 20px; overflow: hidden; z-index: 2; text-decoration: none}
  .notes a:hover {width: 150px; height: 170px; overflow: visible; z-index: 3}

  #point0 {position: absolute; left: 560px; top: 60px}
  #point1 {position: absolute; left: 277px; top: 90px}
  #point2 {position: absolute; left: 175px; top: 0px}
  #point3 {position: absolute; left: 110px; top: 115px}
  #point4 {position: absolute; left: 55px; top: 165px}
  #point5 {position: absolute; left: 5px; top: 180px}
  #point6 {position: absolute; left: 15px; top: 222px}
  #point7 {position: absolute; left: 50px; top: 245px}
  #point8 {position: absolute; left: 100px; top: 245px}
  #point9 {position: absolute; left: 90px; top: 220px}