/*
	typography.css
	--------------
	Kookaburra Theme
	
	By 	Alex Eckermann
		- Xenon Design
	
	3 January 2009
*/
h2, h3, h4
{
	color: #2e2e2e;
	/*border-bottom: 1px solid #d5d5d5;*/
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}

h2
{
	font-size: 180%;
}

h3
{
	font-size: 160%;
}

h4
{
	font-size: 140%;
}

p
{
	margin-bottom: 15px;
	font-size: 110%;
	line-height: 250%;
}

a:link, a:visited{
	color: #3a629c;
	text-decoration: none;
	font-style: italic;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
}