body {
  background: #fff;
  color: #000;
  font-family: 'gt_alpinamedium_condensed';
  font-size: 2.0em;
  line-height: 1.3em;
}

a, a:active, a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

#container {
  margin: 0 auto;
  padding: 50px 0 0 0;
  max-width: 750px;
}

section {
  clear: both;
}

section p {
	position: relative; 
	display: inline;
}

p#xxs{ 
	/*font-size: xx-small;*/
	font-size: 0.2em;
}

@media only screen and (max-device-width: 480px) {
  header {
    height: 20px;
  }
  header h1 {
    width: 100%;
  }
  header h3 {
    width: 100%;
    margin: 10px 0;
  }
  header p {
    width: 100%;
  }
}

.underline {
  text-decoration: underline;
}