body {
	font-family: Arial, Sans-Serif, Lucida Grande;
	background: #000000;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	text-align: center;
}

table {    
	background-color: #000000;
	border-color:#000000;
	border-style: hidden;
	border-collapse:collapse;   
	border-spacing: 0px;   
	width: 650px;
}

.header {     
	text-align: center; 
	background-color: #000000;
}

.content {
	font-family: Arial, Sans-Serif, Lucida Grande;  
	text-align: center;    
	height: 300px;
	width: 650px;	    
	background-color: #000000;
}

.footer {    
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	text-align: center;       
	background-color: #000000;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
	font-style:normal;
}

h4 {
	font-size: x-small;
}		

A:link {
	text-decoration: none;
	color: yellow;
}

A:visited {
	text-decoration: none;
	color: yellow;
}

A:active {
	text-decoration: none;
	color: green;
}

A:hover {
	text-decoration: underline;
	color: white;
}

img{
	border:none;	
}

.content div {
 	text-align : center;
 	width : 75%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
}
