/* This is the style of your browser text */
html{
	  background: #fff ;
	  height:100%
}
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  padding: 0 220px 0 0;
  margin: 0;
  text-align: left;
  height: 100%;
}

p {
  margin: 0 0 1em 0;
}

a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover{
	color: #c00;	
}
h1, h2, h3, h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  font-size: 50px;
  margin-left:10px;
  padding: 0;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}
