body  { color: gray; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; background: black; text-align: justify; margin-top: 20px; margin-right: 2%; margin-left: 2%; padding: 0; spacing: 10 }

table { 
	margin-left: auto; 
	margin-right: auto;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
} 

h1, h2, h3,h6 {
	margin-top: 0;
	color: #ffffff;
	text-transform: uppercase;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h6 {
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: 1px;
	color: #333333;
}

a:link img, a:visited img, a:focus img, a:hover img, a:active img {
	border: 1px black solid;
}
