a:link {
color: #000000;
}

a:visited {
color: #555555;
}

a:hover {
color: #821816;
}

table { 
margin-left: auto;
margin-right: auto;
}

body {
    font-size: 14px;
    font-family: "Avant Garde", "Century Gothic", sans-serif;
    color: #111;
    letter-spacing: -0.1px;
}

h1 {

  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-family: century gothic;
  text-transform: uppercase;
  font-size:24px;
  font-weight: bold;
  color: #821816;
  }
  
h2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-family: century gothic;
  text-transform: uppercase;
  font-size:18px;
  font-weight: bold;
  color: #821816;
  }

.red {
  font-size:14px;
  font-weight: bold;
  color: #821816;
  }

.grey {
  color: #555555;
  }  
  
.list {
  text-indent: 12px }
  
