﻿#Content h1, h2, h3, h4
{
	display: block;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
#Content h1
{
	margin: .5em .5em .5m 2em;
	color: #000000;
	font-size: 220%;
	line-height: 200%;	
}


#Content h2
{
	font-size: 140%;
	font-weight: bold;
	color: #cfa500;	
}

#Content h3
{
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	margin: 0 1em 1em 1em;
}

#Content h4
{
	margin: .5em .5em .5m 2em;
	color: #000000;
	font-size: 120%;
	line-height: 140%;
}

#Content p
{
	margin: 0 1em 1em 1em;
}

#Content strong
{
	font-weight: bold;
}

#Content ul.List
{
	list-style: disc;
	margin: 0 1em 1em 2em;
}
	#Content ul.List li
	{
		margin-left: 1em;
		padding-left: 1em;
	}

#Content object:focus
{
	outline: 0;
}