@font-face { 
	font-family: 'VGA8';
	src: url('ibm_vga8.eot');
	src: url('ibm_vga8.eot?#iefix') format('embedded-opentype'),
	     url('ibm_vga8.woff') format('woff'),
	     url('ibm_vga8.ttf') format('truetype');
}



body {
	font-family: 'VGA8';
	color: #2a68d6;
	background: #2a68d6;
        text-align: center;
	
	background-color: #000000;
}