body {
	background: #333333;
    color: #ffffff;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0px;
    opacity: 1.00;
    padding: 0px;
    text-align: left;
    text-indent: 0px;
}
a:link {
    color: #ffffff;
    text-decoration: underline;
}
a:visited {
    color: #ffffff;
    text-decoration: underline;
}
a:hover {
    color: #b0b0b0;
    text-decoration: underline;
}
a:link.header {
	color: #b0b0b0;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
a:visited.header {
	color: #b0b0b0;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
a:hover.header {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
img {
    border: none;
}
h1 {
	font-family: 'Georgia', 'times new roman', 'serif';
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 55px;
	}
h2 {
	font-family: 'Georgia', 'times new roman', 'serif';
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 35px;
	}	
h3 {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	}
h4 {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	}		
p {
	color: #ffffff;
	text-indent: 0px;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 40px 0px 40px;
}
ul {
	color: #ffffff;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 40px 0px 60px;
}
p.foot {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}
.header2 {
	text-align: center;
	font-size: 17px;
	margin: 15px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
}
.main { 
	width: 700px;
	background: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
	border: #000000 1px solid;
	}
