img {
        max-width: 800px
    }
body {
	background-color: black;
	color:white;
	font-family: Arial;
	background-position: top center;
	background-repeat: no-repeat;
	}
a {
	color:white; 
	font-family: Arial;
	}
h1 {
	font-size: 44px;
	}
h2 {
	font-size: 12px;
}
h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	}
h4{
	text-align: middle;
	color:#ccccff; 
	text-halign:left;
	font-size: 11px;
	font-style: italic;
}
h5 {
	text-align: center;
	font-size:11px;
	color: white;
	}
h6 {
	text-align: right;
	font-size:10px;
	color: white;
	}
h7 {
	font-size:12px;
	color: white;
	}
p {	font-size: 13px; 
	text-align: justify; 
	font-family: Arial;
	margin: 0;
	padding: 0;
	}
table {
	text-align:top;
	color:white; 
	text-halign:center;
	}
th {
	text-align:left;
	color:#888888; 
	text-halign:left;
	font-size: 12px;
	text-decoration: underline
	}
tr {
	text-align:top;
	color:white; 
	text-halign:left;
	}
td {
	text-align:top;
	color:white; 
	text-halign:left;
	font-size: 13px;
	}