body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1
{
	font-size: 25px;
	margin-bottom: 2px;
}

h2
{
	font-size: 23px;
	margin-bottom: 2px;
}

h3
{
	font-size: 21px;
	margin-bottom: 2px;
}

h4
{
	font-size: 19px;
	margin-bottom: 2px;
}

h5
{
	font-size: 17px;
	margin-bottom: 2px;
}

h6
{
	font-size: 15px;
	margin-bottom: 2px;
}

ol
{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 20px;
	
	margin-bottom: 20px;
}
	ol ol
	{
		margin-bottom: 0px;
	}

ul
{
	list-style: square;
	margin-left: 20px;
	padding-left: 20px;
	
	margin-bottom: 20px;
}
	ul ul
	{
		margin-bottom: 0px;
	}

dl
{
	list-style: square;
	margin-left: 20px;
	padding-left: 20px;
	
	margin-bottom: 20px;
}
	dl dl
	{
		margin-bottom: 0px;
	}	
	dl dt
	{
		font-weight: bold;
	}
	dl dd
	{
		margin-left: 20px;
	}
	
	

li
{
	/* margin-left: 30px; */
}

p, dl, hr, pre, table, address, fieldset
{
	margin-bottom: 20px;
}

blockquote
{
	margin: 0px 30px 20px 30px;
}
