body {
	background: #000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #06C;
	padding-left: 20px;
}
p {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:active {
	color: #360;
	text-decoration: none;
}
a:visited {
	color: #360;
	text-decoration: none;
}
a:hover{
	color: #F90;
	text-decoration: none;
}
h2 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #600;
	padding-left: 10px;
	display: block;
	border-left: 1px solid #069;
	border-bottom: 1px double #069;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.IMage_text {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color: #06C;
}
.image_box {
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.index_text {
}
.footer_text {
	font: 0.6em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

