/* GENERIC */
H1  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  16px;
    font-weight: normal;
    color: white;
    margin: 0;
}

H1:first-letter {
    font-size:  24px;
}

H2  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  16px;
    font-weight: normal;
    color: white;
    margin: 0;
}

H2:first-letter {
    font-size:  24px;
}

H3  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  16px;
    font-weight: normal;
    color: #1c1104;
    margin: 0;
}

H3:first-letter {
    font-size:  24px;
}

H4  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  22px;
    font-weight: normal;
    color: #1c1104;
    margin: 0 0 20px 0;
}

H5  {
  font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #1c1104;
    margin: 0;
}

H6  {
  color: #fabb22;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}
H6 a:link, H6 a:visited, H6 a:active {
  color: #fabb22;
}
H6 a:hover {
  color: white;
}
body {
background-color: black;
}







