/* CSS Document */


a {
	color:#990000; 
}

a:hover {
	color:black;
}

h1 {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: .67em 0;
}



h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
	color:#990000;
}



h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}



h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}



h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}



h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin:4px 0px 4px 0px;
}

p.extraboxHeader {
	font-weight:bold;
	font-size:1.1em;
	margin:10px 0 0 0;
}
.puffText {
	
	font-size:1.3em;
}

.ingress {
	font-weight:bold;
}
