@media screen
{
	body
	{
		background-color: #FDF9D8;
		margin-left: 25px;
		margin-right: 25px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		color: #4F1315
	}
	h1
	{
		font-size: 175%;
	}
	h2
	{
		font-size: 150%;
	}
	h3
	{
		font-size: 125%;
	}
	a:link
	{
	color: #7EAC41
	}
	a:visited
	{
		color: #96CDED
	}
	form.nopr
	{
		text-align: right;
	}
	h2.cent
	{
		text-align: center;
	}
}
@media print
{
	body
	{
		font-family: serif;
		font-size: small;
		margin-left: 1cm;
		margin-right: 1cm;
	}

	table
	{
		page-break-inside: avoid;
	}

	a:link
	{
		text-decoration: none;
		color: #000000;
	}
	a:visited
	{
		text-decoration: none;
		color: #000000;
	}
	.nopr
	{
		display:none;
	}

	.breakhere
	{
		page-break-before: always;
	}

	.nobreak
	{
		page-break-inside: avoid;
	}

	.cc1
	{
		color: #000000;
		font-weight: bold;
	}

}

