html,body {
  background-color: white;
}

ul {
text-align: center;
font-weight: bold;
}

a {
font-size: 120%;
border: solid black;
color: white;
background-color: black;
}
h1 { 
       text-align: center;
       background-color: white;
       color: black;
    }
    p {
    	text-align: center;
    	background-color: white;
    	color: black;
    }
    #map {
     width: auto; 
     height: 600px;
     overflow: scroll;
        }
