/* Use this file for headers, paragraphs, lists, etc. */

h1, h2, h3, h4, h5, h6
{
	font-family: georgia, serif;
	font-weight: normal;
}

h1
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 20px 10px 0;

	color: #00CCFF;
	font-size: 2em;
}

h1 a:link, h1 a:hover, h1 a:visited
{
	color: #00CCFF;
	text-decoration: none;
}

h2
{
	position: absolute;
	bottom: 0;
	margin: 0 0 10px 20px;
	
	color: #FFFFFF;
	border-bottom: none;
}

h3
{
	margin-bottom: 0.3em;

	font-size: 1.5em;
	border-bottom: solid 1px #CCCC99;
	color: #999966;
}

h3 a:link, h3 a:hover, h3 a:visited
{
	color: #999966;
	text-decoration: none;
}

h4
{
	margin-bottom: 0.3em;

	font-size: 1.25em;
	border-bottom: dotted 1px #CCCC99;
	color: #999966;
}

img
{
	border: 0;
}

p
{
	margin-bottom: 1em;
}

.content ul
{
	margin: 0em 2em 1em 3em;
}

.content li
{
	list-style-type: square;
	list-style-position: outside;
}

a:link, a:visited
{
	text-decoration: none;
	color: #006699;
}

a:hover
{
	text-decoration: none;
	color: #00CCFF;
}

/* REPEATERS */

.item
{
	clear: both;
	margin-bottom: 1em;
}