/* This is the style of your browser text */

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
  padding: 0;
  margin: 0;
  	color:#6f7376;

}

p {
  margin: .5em 0 1em 0;
  color:#4a5a67;
}

a:link, a:visited {
  text-decoration: none;
	color:#6f7376;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: center;
  font-size: 65px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}

h2 {
  font-size: 20px;
  color:#4a5a67;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}


