@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'vcr_osd_monoregular';
    src: url('vcr_osd_mono_1.001-webfont.woff2') format('woff2'),
         url('vcr_osd_mono_1.001-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {background-color: black;}
h1{
	font-size:20px;
	color:green;
	font-family: 'vcr_osd_monoregular';
	text-align: center;
}