/*
  SilverStripe
*/

.typography * {
	font: bold 0.9em/1.5em Tahoma, Verdana, sans-serif;
	color: #00007D;
}

.typography p {
	font: bold 0.9em/1.5em Tahoma, Verdana, sans-serif;
	color: #00007D;
}

.typography h1 {
	padding: 10px 0px 5px 5px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #00007D;
	font: bold 1.2em Tahoma, Verdana, sans-serif;
}
.typography h2 {
	font: bold 1.2em Tahoma, Verdana, sans-serif;
}
.typography h3 {
	font: bold 1.0em/1.5em Tahoma, Verdana, sans-serif;
}
.typography h4 {
	font: bold 1.0em Tahoma, Verdana, sans-serif;
	background-color: #D8E6F8;
	padding: 5px 5px 5px 5px;
}
.typography h5 {
	font: bold 1.0em/1.5em Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.typography h6 {
	font: bold 1.0em Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.typography p {
	font: bold 0.9em/1.5em Tahoma, Verdana, sans-serif;
	color: #00007D;
}

.typography a { background: inherit; color: #00007D; text-decoration: underline; }
.typography a:hover { background: inherit; color: #00007D; text-decoration: none; }



/* images */

.typography code,code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em Tahoma, Verdana, sans-serif;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #3399FF;
}
.typography acronym,acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}