
a:link { color: #fd3 }
a:visited { color: #fc1 }
a:hover { color: #fff }
a:active { color: #f80 }

body {
  color: #fee;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1.4;
  background-color: #820;
  }

h1 {
  color: #fd3;
  font-size: 24px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
  }

h2 {
  color: #fd3;
  font-size: 24px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
  }

h3 {
  color: #fd3;
  font-size: 19px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  text-align: left;
  line-height: normal;
  }

h4 {
  color: #fd3;
  font-size: 40px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  }

.page_footer {
  color: #fee;
  font-size: 12px;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: normal;
  }