* {
  margin: 0; 
  padding: 0; 
} 

a {
  color:#f20018;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  font-size:125%;
  margin:0px 0px 0.5em 0px;
}

h2 {
  font-size:115%;
  margin:1em 0px 0.5em 0px;
}

h3 {
  font-size:100%;
  margin:1em 0px 0.2em 0px;
}

p {
  margin:0px 0px 0.5em 0px;
}

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #bbbbbb;
} 


