body {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

  #content {
    line-height: 20px;
  }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Impact, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}
  
h2 { 
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

a {
  color: #AA0101;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
