* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0F0;
	border-left-color: #0F0;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0F0;
	border-bottom-color: #0F0;
}
#wrapper #heador {
	height: 150px;
	width: 800px;
	background-color: #000;
}
#wrapper #navigation {
	width: 800px;
	background-color: #000;
}

#wrapper #bodyAirer {
	background-color: #000;
	width: 800px;
	text-align: left;
}
#wrapper #Footer {
	background-color: #999;
	width: 800px;
	text-align: center;
}
#wrapper #copy right {
	font-size: 12px;
	font-weight: bold;
	color: #0F0;
	background-color: #999;
	width: 800px;
}
#wrapper #copyright center {
	background-color: #999;
}

#wrapper #bodyAirer p right {
	text-align: right;
}
#wrapper #bodyAirer table tr td green {
	color: #000;
}
P {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #bodyAirer table {
	margin-top: 10px;
	margin-right: 33px;
	margin-bottom: 10px;
	margin-left: 33px;
}
h8 {
	font-weight: bold;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.highlightinggreen {
	color: #0F0;
}
#wrapper #bodyAirer table tr td p {
	font-size: 12px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#wrapper #bodyAirer ul li {
	color: #FFF;
	font-weight: bold;
	text-align: justify;
	margin-right: 60px;
	margin-left: 60px;
}
#wrapper #bodyAirer h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
}
body {
	background-color: #000;
	background-image: url(../images/bg1.jpg);
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}