body
{
	background: white;
	color: black;
	font-family: sans-serif;
}


h1
{
	background: white;
	color: #005A9C;
	font: 170% sans-serif;
	text-align: center;
}


h2
{
	background: #005A9C;
	color: white;
	font: 140% sans-serif;
	text-align: left;	/* IE 5.0 */
	padding: 0.1em;
	padding-left: 0.3em;
}


h3
{
	background: #005A9C;
	color: white;
	font: 80% sans-serif;
	margin-bottom: 0;
	text-align: left;	/* IE 5.0 */
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}


div.content
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	border-color: #005A9C;
	border-style: solid;
	border-width: 1px;
}


p, pre
{
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: justify;
}


p.example
{
	text-align: center;
}


ul
{
	text-align: left;	/* IE 5.0 */
}


A:link
{
	background: transparent;
	color: #005A9C;
}


A:visited
{
	background: transparent;
	color: #005A9C;
}


A:hover
{
	background: transparent;
	color: #005A9C;
	text-decoration: none;
}


A:active
{
	background: transparent;
	color: #005A9C;
}


A:focus
{
	background: transparent;
	color: #005A9C;
	text-decoration: none;
}


A:link img
{
	background: transparent;
	border-color: #005A9C;
	border-style: solid;
	border-width: 1px;
}


A:visited img
{
	background: transparent;
	border-color: #005A9C;
	border-style: solid;
	border-width: 1px;
}


A:hover img
{
	background: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}


A:active img
{
	background: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}


A:focus img
{
	background: transparent;
	border-color: white;
        border-style: solid;
        border-width: 1px;
}


h3 A:link, h3 A:visited, h3 A:hover, h3 A:active, h3 A:focus
{
	background: transparent;
	color: white;
	text-decoration: none;
}


p.home
{
	display: inline;
}


A:link img.home, A:visited img.home, A:hover img.home, A:active img.home, A:focus img.home
{
	border-color: white;
	border-style: solid;
	border-width: 0;
}


