
body {
  background: #fff;
  color: #00f;
  line-height: 1;
  text-align: justify;
  font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif }



div.map { 
  position: absolute;
  left:50%;
  margin-left:-400px;
  margin-top:10px;
  color: #000;
  /*font-weight: bold;
  height:300px;*/
  padding:10px;
  width: 800px; 
  background: #fff }
  


A:link
{
  text-decoration:none; color:#0000ff
}

A:visited
{
  text-decoration:none; color:#000099
}

A:hover
{
  background:#ccccff; text-decoration:underline
}




/*
This box is horizontally and vertically centered.

#Content {
position:absolute;
left:50%;
top:50%;
width:300px;
height:300px;
margin-left:-150px;
margin-top:-150px; 
border:1px dashed #333;
background-color:#eee;
padding:10px;
}
body>#content {
margin-left:-160px;
margin-top:-160px;
}

*/