body {
	background-color: #000000;
	margin: 25px;
	}
h3 {
	font-family:"Verdana", "Helvetica", "Times New Roman", Georgia, serif;
	font-weight:normal;
	color: #666666;
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: right;
	}
h4 {
	font-family:"Verdana", "Helvetica", "Times New Roman", Georgia, serif;
	font-weight:normal;
	color: #666666;
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: left;
	}
h5 {
	font-family:"Verdana", "Helvetica", "Times New Roman", Georgia, serif;
	font-weight:normal;
	color: #666666;
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: center;
	}

h6 {
	font-family:"Verdana", "Helvetica", "Times New Roman", Georgia, serif;
	font-weight:normal;
	color: #666666;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: right;
	}

a:link	{
		color: #666666; text-decoration:none;
		}

a:visited	{
		color: #666666; text-decoration:none;
		}
a:hover	{
		color: #999999; text-decoration:none;
		}

a:active	{
		color: #999999; text-decoration:none;
		}


.justify	{
		text-align: center;
		}

.img		{
		position: absolute;
		margin: 0px;
		width: 500px;
		height: 100px;
		}
