BODY
{
	font: 12px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
A:focus
{
	outline: 1px dotted inset;
}
HR
{
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/*=Headings
--------------------------------------------------------------------------------*/
H1
{
	font-size: 25px;
}
H2
{
	font-size: 26px;
}
H3
{
	font-size: 18px;
}
H4
{
	font-size: 19px;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 15px;
}
/*=Spacing
--------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	margin-left: 30px;
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 20px;
}

