@font-face {
    font-family: 'Minisystem';
    src: url('fonts/minisystem-webfont.eot');
    src: local('Minisystem'), local('Minisystem-Regular'), url('fonts/minisystem-webfont.woff') format('woff'), url('fonts/minisystem-webfont.ttf') format('truetype'), url('fonts/minisystem-webfont.svgz#webfontme4Osuvx') format('svg'), url('fonts/minisystem-webfont.svg#webfontme4Osuvx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DigitaldreamSkew';
    src: url('fonts/digitaldreamskew-webfont.eot');
    src: local('Digital dream Skew'), local('DigitaldreamSkew'), url('fonts/digitaldreamskew-webfont.woff') format('woff'), url('fonts/digitaldreamskew-webfont.ttf') format('truetype'), url('fonts/digitaldreamskew-webfont.svgz#webfontP2ppspA2') format('svg'), url('fonts/digitaldreamskew-webfont.svg#webfontP2ppspA2') format('svg');
    font-weight: normal;
    font-style: normal;
}

BODY {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: Courier;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
LABEL {
     font-size: 75%;
}
DIV.top {
    padding: 0.5%;
    background-color: #000;
    width: 99%;
    height: 21px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    display: table-cell;
    vertical-align:middle;
}
SPAN.l {
    float: left;
}
SPAN.r {
    float: right;
}
INPUT {
    width: auto;
}
.slink {
    font-size: 75%;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

#menu TD {
    background-color: black;
    vertical-align: middle;
    text-align: center;
}

#menu TD A {
    color: white;
    font-family: "Times New Roman",Times,seris,Georgia;
    font-weight: bold;
    font-size: 40px;
    position: relative;
}

#menu TD A:hover {
    text-decoration: none;
}
