@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;}

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

.choices {
	font-family: 'vcr_osd_monoregular';
	font-size: 15px;
	text-align: center;
}
a:hover {
	color:white;
}
a {
	color:greenyellow;
}