@charset "UTF-8";
/* CSS Document */

*{
	Margin: 0;
	Padding: 0;
}
Body{
	Background: #000;	
}
#cont1{
	padding: 5px;
}

h1{
	text-align: center;
	color: #900;
	font-family:"Courier New", Courier, monospace;
	font-size: 30px;
		
}
table{
	background: #666;
	padding: 5px 0 5px 0;
}
#footer{
	background: #FFF;
	color:#0F0;
}
