	<style>
		body {
  		margin: 50;
  		font-family: Arial, Helvetica, sans-serif;
		}

        		h1 {
           		 text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
        		}

        		h2 {
           		 text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
        		}

		.topnav {
 		 overflow: hidden;
		}

		.topnav a {
 		 float: left;
 		 color: Crimson;
  		text-align: center;
  		padding: 14px 16px;
  		text-decoration: none;
  		font-size: 20px;
 		border-bottom: 3px solid magenta;
		}

		.topnav a:hover {
 		 color: red;
		}

		.topnav a.active {
		}

		.google-map {
     			padding-bottom: 50%;
     			position: relative;
			style=feature:all|element:labels|visibility:off;
		}

		.google-map iframe {
    			 height: 40%;
     			 width: 40%;
    			 left: 0%;
     			top: 5%;
     			position: absolute;
		}


	</style>