body {
  position: relative;
  width: 90%; 
  margin: 0 auto;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
}

/* disable ads and navigation */
#sidebar {
  display: none;
}

.ad {
  display: none;
}

#footer  {
  display: none;
}

/* colors & fonts */
h1 {
  font-size:20pt;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing: .2em;
}

h2 {
  font-size:10pt;
  font-weight:bold;
  font-style:italic;
  text-transform:none;
}

h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight:bold;
  text-decoration:underline;
  margin: 1em 0 .25em 0;
  border: 1px ;
}

h4 {
  font-weight: normal;
  font-size: smaller;
  font-style: italic;
  margin-left: 2ex;
}

h5 {
  text-align: center;
  font-weight: bold;
  font-size: normal;
  font-style: normal; 
  text-transform: uppercase;
}

	
