/* COLOUR SCHEMA 
#EC1B23 - red
#F6911D - orange
#8AC43E - green
#00ACEE - blue
#8F268D - purple
#EC287A - pink
#E6E7E8 - grey
#333333 - blk / grey
*/
body{ font: normal 14px/20px Geneva, Arial, Helvetica, sans-serif;
  /*font: 15px/22px "Century Gothic", Arial, Verdana;*/
}

h1,h2,h3,h4,h5,h6 {
  color: #000000;
}

table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a {
  outline: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
  color: #EC1B23;
}

a:visit {} 
/* adjust to taste */

pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top: 8px; margin-bottom:8px}
ul {list-style-type:disc;}
li {margin-top: 0px; margin-bottom:0px; margin-left: 15px;}
hr {color:blue; background-color:blue;} /* adjust to taste */
h1 {
  text-transform: uppercase;
  color: #333333;
  font: bold 24px "Century Gothic", Arial, Verdana;
  margin-bottom: 25px;
  margin-top: 10px;
}
h2 {
  text-transform: uppercase;
  color: #333333;
  font: bold 20px "Century Gothic", Arial, Verdana;
  margin-top: 20px;
	margin-bottom: 15px;
}
h3 {
  text-transform: uppercase;
  color: #333333;
  font: bold 17px "Century Gothic", Arial, Verdana;
  margin-top: 10px;
	margin-bottom: 10px
}
h4 {
  text-transform: uppercase;
  color: #333333;
  font: bold 15px "Century Gothic", Arial, Verdana;
  margin-top: 10px;
	margin-bottom: 10px
}
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(../img/blockquotes.html) no-repeat right top;
  line-height: 18px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
