body {
  background: white;
  color: 434343;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px
}

h1 {
  color: #7F0504;
  background: none;
  font-weight: bold;
  text-align: center
}

h2 {
  color: #7F0504;
  background: none;
  font-weight: bold
}

h3 {
  color: #7F0504;
  background: none;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

ul, ol, dl, p {
  margin-left: 6%;
  margin-right: 6%
}

ul ul, table ol, table ul, dl ol, dl ul {
  margin-left: 1.2em;
  margin-right: 1%;
  padding-left: 0
}

pre {
  margin-left: 10%;
  white-space: pre
}

table caption {
  font-size: larger;
  font-weight: bolder
}

table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  margin-left: 0;
  margin-right: 0
}

p.top {
  margin-left: 1%;
  margin-right: 1%
}

blockquote {
  margin-left: 8%;
  margin-right: 8%
}

blockquote pre {
  margin-left: 1%;
  margin-right: 1%
}

dt a {
  font-weight: bold;
  margin-top: .8em
}

a:link {
  color: white;
  background: none;
  text-decoration: none
}

a:visited {
  color: white;
  background: none;
  text-decoration: none
}

a:active {
  color: white;
  background: none;
  text-decoration: none
}

a:hover {
   text-decoration: none; 
   color: white; 
   font-weight:bold;}
   
a.burgundy:visited {
  color: #7f0504;
  background: none;
  text-decoration: none
}
   
a.burgundy:active {
  color: #7f0504;
  background: none;
  text-decoration: none
}

a.burgundy:hover {
   text-decoration: none; 
   color: #7f0504; 
   font-weight:bold;}

.html {
  color: #434343;
  background: none
}

.copyright {
  font-size: smaller;
  text-align: right;
  clear: right
}



