html {
  margin: 0 }
body {
  position: relative;
  margin: 0 }
html body {
  padding-right: 20em }

div.map { 
  position: fixed;
  width: 18em; height: auto;
  top: 1em; right: 1em; bottom: 1em; left: auto;
  background: black ;
  text-align: center;
  }
div.map p 	{ font-family: Courier New, Courier, monospace; font-size: 14pt; line-height: 95%; letter-spacing: 0pt; color: #ffffff; overflow: visible; text-align: center;} 
div.map h1 	{ font-family: Courier New, Courier, monospace; font-size: 28pt; line-height: 95%; letter-spacing: 0pt; color: #ffffff; overflow: visible; text-align: center;} 
div.map a {
  display: block;
  padding: 4px;
  font-size: 16px;
  text-indent: 0;
  text-align: center;
  color: white; }
div.map a:active {color: #000000;} 
div.map a:link {color: #FFFFFF}    
div.map a:visited {color: #FFFFFF}  
div.map a:hover {color: #000000; background-color: white;}

div.none { 
  position: fixed;
  width: 100px; height: 100px;
  right: 16px; bottom: 16px;
  background: black ;
  text-align: center;
  }

body>div.map { position: fixed }