html {
	font-size:110%;
	font-family:Consolas, monaco, monospace;
	background:#ffffff;
	color:#111111;
	padding:none;
	margin:5px;
}
h1 {
	padding:10px 0 5px 0;
	font-size:150%;
	font-weight:bold;
}
h2 {
	padding:5px 0 2px 0;
	font-size:125%;
	font-weight:bold;
}
h3 {
	padding:3px 0 2px 0;
	font-size:110%;
	font-weight:bold;
}
p {
	padding:3px 0 5px 0;
	line-height: 150%;
}
a {
	text-decoration:none;
}
a:link,a:active {
	color:#9900ff;
	border-bottom:1px solid #9900ff;
}
a:hover {
	color:#6b00b3;
	border-bottom:1px dotted #6b00b3;
}
a:visited {
	color:#555555;
	border-bottom:1px dotted #555555;
}
table {
	padding:none;
	margin:none;
}
th {
	text-align:center;
	padding:0px 5px 0px 0px;
	margin:none;
}
td {
	text-align:center;
	padding:0px 5px 0px 0px;
	margin:none;
}
#map { 
	height: 700px;
	margin: none;
	padding: none;
}
.button {
	padding:4px 9px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	margin:4px 2px;
	transition-duration:0.4s;
	cursor:pointer;
	border-radius:4px;
}
.button1 {
	background-color: white; 
	color: black; 
	border: 2px solid #4CAF50;
}
.button1:hover {
	background-color: #4CAF50;
	color: white;
}
.button2 {
	background-color:white; 
	color:black; 
	border:2px solid #008CBA;
}
.button2:hover {
	background-color:#008CBA;
	color:white;
}
.button3 {
	background-color:white; 
	color:black; 
	border:2px solid #f44336;
}
.button3:hover {
	background-color:#f44336;
	color:white;
}
.button4 {
	background-color:white; 
	color:black; 
	border:2px solid #555555;
}
.button4:hover {
	background-color:#555555;
	color:white;
}
.button5 {
	background-color:white; 
	color:black; 
	border:2px solid #e7e7e7;
}
.button5:hover {
	background-color:#e7e7e7;
}