* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background-image: url(../images/stylesheet_images/background2.jpg);
  background-position: center;
  background-size: cover;
}

body {
  margin: 0 auto;
  width: 850px;
  height: auto;
  background-color: #25201d;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #25201d;
  white-space: normal;
  font-weight: lighter;

}

h1, h2, h3, h5 {
  color: #ff4841;
  font-family: Georgia, serif;
  font-weight: lighter;
  word-spacing: 2px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
  padding-top: 30px;
}

h3 {
  font-size: 20px;
  padding-top: 30px;
}

h4 {
  color: #ff4841;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 575px;
  font-weight: lighter;
}
h5 {
  font-size: 20px;
  margin-top: -15px;
}



header {
  height: 100px;
  border: 850px;
  padding-left: 45px;
  padding-top: 20px;
}


.heading {
  height: 50px;
  border: 850px;
}

section {
  border: 850px;
  padding-top: 0;
  padding-left: 45px;
}

table {
  width: 780px;
  border-spacing: 10px 20px;
}

footer {
  border-color: #c00;
  border-style: solid;
  height: 100px;
  border: 850px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 45px;
}

a:link {
  color: #ff4841;/* Red*/
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ff4841;/* Red */
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #96f;/* purple */
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #96f;/* purple */
  background-color: transparent;
  text-decoration: underline;
}
