@font-face {
	font-family: 'VCR OSD Mono';
	src: url('VCR_OSD_MONO_1.001.ttf');
}

body {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'VCR OSD Mono', serif!important;
    font-size: 10pt;
    color: #FFFFFF;
    text-shadow: 1px 2px black;
    text-align: center;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: grayscale(1) brightness(0.7) contrast(1.05);
    filter: grayscale(0) brightness(0.7) contrast(1.05);
}

h1 {
    font-size: 60px;
}

a {
    color: #8B0000;
    text-decoration: none;
}
a {color: red;text-decoration: none;}
a:hover {
    color: lightgray;
}