/*
  SilverStripe AcidLemon Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik (SilverStriped.com)
  http://silverstriped.com

*/

.typography{
	padding-left:15px;
	padding-right:15px;
}




.typography a
{
	color: green;
	text-decoration: none;
}

.typography a:hover
{
	color: #2CAF2B;
}

.typography h1
{
color:#AEFF00;
font-family:Verdana,sans-serif;
font-size:24px;
font-weight:normal;
margin:0;
text-align:left;
width:auto;
}

.typography img
{
margin-right:5px;
margin-bottom:5px;
margin-top	:5px;
border:#71AC0C solid;
}

h2
{
text-decoration:underline;
}
