/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles!
:focus {
  outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div { 
  display:none;
  width:100%;
  height:100%;
  text-align:center; 
}

body { 
  background-color: papayaWhip;
  color: #3d3535; 
  font-family:"Helvetica"; 
  padding:75px;
}

h2{
  letter-spacing: -5px;
  font-size:150px;
  font-weight: bold;
}

img, pre {
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #2F2F65;
}

em {
  color: #b01e1f;
}

b {
  color: #24a51c;
}

.maps li {
  position:relative;
  margin-top: -190px;
}

.maps li p { 
  font-size: 40px;
  font-weight: bold;
}

.maps li.first{
  margin:0;
}

.iso {
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
}

.maps li img {
  border:1px solid black;
  background-color: white;
  opacity: 0.75;
  width: 256px;
  height: 256px;
}

pre {
  text-align: left;
  font-family: "Monaco";
  font-weight:normal;
  font-size:14px;
  letter-spacing: 0px;
  line-height:16px;
  width: 40em;
}
