body
{
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

div.wrapper
{
	height: 100%;
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	font: bold 18pt arial,sans-serif;
	text-align: center;
}
.nav
{
	font: 12pt arial,sans-serif;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.ctext
{
	font: 10pt arial,sans-serif;
	text-align: center;
	line-height: 150%;
}
p.jtext
{
	font: 10pt arial,sans-serif;
	text-align: justify;
	line-height: 150%;
}
p.chead
{
	font: bold 12pt arial,sans-serif;
	text-align: center;
}
p.fancy1
{
	font: bold 18pt arial,sans-serif;
	text-align: center;
	text-transform:lowercase;
	//text-indent:0px;
	line-height:20%;
	letter-spacing:-2px;
	color: CornflowerBlue;
}
p.fancy2
{
	font: bold 16pt arial,sans-serif;
	text-align: center;
	text-transform:lowercase;
	//text-indent:33px;
	line-height:20%;
	letter-spacing:-2px;
	color: CornflowerBlue;
}
p.fancy3
{
	font: bold 14pt arial,sans-serif;
	text-align: center;
	text-transform:lowercase;
	//text-indent:66px;
	line-height:20%;
	letter-spacing:-2px;
	color: CornflowerBlue;
}
.copyright
{
	font: 8pt arial,sans-serif;
	color: gray;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link
{
	text-decoration: none;
	color: DarkCyan;
}
a:visited
{
	text-decoration: none;
	color: DarkCyan;
}
a:active
{
	text-decoration: none;
	color: DarkCyan;
}
a:hover
{
	text-decoration: none;
	color: DarkCyan;
}
