body {
	background-color: #000000;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.big {font-size: 20px}
.first {
	font-size: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.secound {
	font-size: 17px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	color:#990000
}
.middle {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.middlebold {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-weight: bold;
}
.names {
	font-size: 17px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-weight: bold;
	color: #BD0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.foot {
	color: #FFFFFF;
	font-size: 9px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;