body{
  font-family: Geneva, Arial, Helvetica, sans-serif !important;
  font-size: medium !important;
  color: #333333;
}
h1,h2,h3,h4,h5,h6 {
  color: #8B0A13;
  font-weight: bold;
}

table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a { color: #990000; }
a:hover {
  text-decoration: none;
  color: #406FCE;
}
a:visit {} 
/* adjust to taste */

pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top:.3em; margin-bottom:.7em}
ul {list-style-type:disc}
li {margin-bottom:.3em}
hr {color:darkred; background-color:darkred} /* adjust to taste */
h1 {
	margin-top:15px;
	font-size: 22px;
}
h2 {
  margin-top:0;
  font-size: 18px;
}
h3 {
  margin-top:0;
  margin-bottom: 6px;
  font-size: 17px;
}
h4 {
  margin:0;
  font-size: 16px;
}
h5 {
	margin:0;
	font-size: 14px;
}
h6 {
	margin:0;
	font-size: 12px;
}
blockquote {
	margin: 0 auto;
  padding: 15px;
  padding-right: 50px;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  background: #E8E3E1 url(/assets/img/blockquotes.gif) no-repeat right top;
  line-height: 18px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

