

/*`Basic HTML
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
A:focus
{
	outline: 1px dotted none;
}
HR
{
	border: 0 solid #CCC;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/*`Headings
----------------------------------------------------------------------------------------------------*/
H1
{
	font-size: 25px;
}
H2
{
	font-size: 23px;
}
H3
{
	font-size: 21px;
}
H4
{
	padding-top: 10px;
	font-size: 19px;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 15px;
}
/*`Spacing
----------------------------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	/*[disabled]margin-left:30px;*/
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 5px;
}
