/* CSS Document */

body {
	background-color: #000000;
}
.content {
	color: #DFE2F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: justify;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 20px;
}

.content2 {
	color: #DFE2F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #DFE2F2;
}
a:active {
	text-decoration: underline;
	color: #DFE2F2;
}

img.illus
{float:right;
margin: 10px 0px 10px 10px;
border: 3px solid #FFF;
}
