body,td,th {
	font-size: x-small;
	color: #999999;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#222022;
}
p { 
	margin:0 40px 10px; 
	font-size:12px; 
	color:#949494;
	}
a {
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
text-decoration: underline;
	color: #bcbcbc;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

h2 {
    background: transparent;
    float: none;
    margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
	text-align: center;
}
h1 {
    background: transparent;
    float: none;
    margin: 0px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
	text-align: center;
}
/* layout */
.container {
	width:650px; 
	background-color: #000000; 
	background-repeat:repeat-y; 
	padding:0px;
	margin:0 auto; 
}

.footer{
	clear: both; 
	background: #333333; 
	color: #FFFFFF; 
	width:650px; 
	padding:2px; 
	margin:0 auto; 
	}
img {
    border: none;
}
