body {background: #ABBADE;
      font-family:Arial,sans-serif;
	  margin: 0px}

A:link	{color:#426BBA; font-weight:bold}
A:visited {color:#426BBA; font-weight:bold}
A:hover {color:#426BBA; text-decoration:none; font-weight:bold}

h1 {color:#426BBA;
	text-align:center}

h2 {color:#426BBA;
	margin:1em}

.maprender {width:100%}

/* limiting the page width */
.totalwid {width:100%}
@media (min-width: 900px) {
  .totalwid {width:90%}
}

/* limiting the size of header text */
.bigtxt10 {font-size:calc(6px + 1vw)}
@media (min-width: 900px) {
  .bigtxt10 {font-size:15px}
}

/* limiting the size of header text */
.bigtxt15 {font-size:calc(6px + 1.5vw)}
@media (min-width: 900px) {
  .bigtxt15 {font-size:19px}
}

.bigtxt20 {font-size:calc(6px + 2vw)}
@media (min-width: 900px) {
  .bigtxt20 {font-size:24px}
}

.bigtxt25 {font-size:calc(6px + 2.5vw)}
@media (min-width: 900px) {
  .bigtxt25 {font-size:28px}
}

.bigtxt30 {font-size:calc(6px + 3vw)}
@media (min-width: 900px) {
  .bigtxt30 {font-size:33px}
}

.topBlocks
{
  display:inline-block;
  vertical-align:text-top;
  max-width:300px;
  border:2px solid black;
  padding:5px;
  margin:5 auto;
}