img {
    margin:20px;
}

.straightFont {
    font-family: 'Segoe UI Black', 'Segoe', Arial, sans-serif
}

#map {
        height: 200px;
        width: 200px;
       }

#map2 {
        height: 200px;
        width: 200px;
       }

a:link {color:#590902; text-decoration:none;}      /* unvisited link */
a:visited {color:#590902; text-decoration:none;}  /* visited link */
a:hover {color:#590902; text-decoration:underline;}  /* mouse over link */
a:active {color:#590902; text-decoration:none;}  /* selected link */ 
