body
{
	font: 12px/1.3em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

a, a:link, a:visited
{
	color: #8c00e1;
	text-decoration: none;
}

a:hover { color: #480085; }   /* TODO */


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* Headings */

h1
{
	font-size: 24px;
}

h2
{
	font-size: 24px;
	text-transform:uppercase;
}

h3
{
	font-size: 14px;
	font: Times, serif;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 10px;
}

h6
{
	font-size: 8px;
}

/* block elements */

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 0em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1.2em;
	margin-bottom: .3em;
}

h5 { font-size: 1.2em; }

h6
{
	font-size: 1em;
	text-transform: uppercase;
}

h1 a { font-weight: normal; }


