/*
  SilverStripe AcidLemon Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik (SilverStriped.com)
  http://silverstriped.com

*/

.typography a
{
	color: #830C00;
	text-decoration: underline;
}

.typography a:hover
{
	color: #830C00;
	border-bottom: 1px solid #830C00;
}

.typography h1
{
	color: #830C00;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}
