body
	{
		background-color: #636363;
	}
img.center
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 3px solid #000000;
	}
img.smallcenter
{
	width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #000000;
}
div.ll
	{
		position: absolute;
		bottom: 5px;
		left: 5px;
		font-family: sans-serif;
		font-size: 50%;
	}
h1.center
	{
		text-align: center;
		font-family: sans-serif;
		font-variant: small-caps;
	}
div.titlecenter
	{
		text-align: center;
		font-family: sans-serif;
		font-weight: lighter;
		padding-bottom: 5px;
		padding-top:25px;
	}
div.center
	{
		text-align: center;
		font-family: sans-serif;
	}
A:link
	{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
A:visited
	{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
A:active
	{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
A:hover
	{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
