body {
    background-color: black;
    background-image: url(../img/crtback.gif);
    line-height: 27.2px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


#cursor {
    border: 0;
    height: 27.2px;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: -5px;
    resize: none
}

textarea:focus, input:focus{
    outline: none;
}

pre {
    padding: 5px;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#buffer {
    background-color: black;
    background-image: url(../img/crtback.gif);
    filter: Shadow(Color=#338800,Direction=90,Strength=5);
    border: 0;
    padding: 0.5em;
    width: 100%;
    height: 99vh;
    color: #AAFFCC;
    font-family: 'VenetiaMonitorRegular';
    font-size: 28px;
    text-shadow: 0px 0px 3px #00CC00, 4px 0px 5px #338800, 3px 0px 3px #225500;
    overflow-y: auto;
    resize: none;
}

@font-face {
    font-family: 'venetiamonitorregular';
    src: url('../vmonitor-webfont.eot');
    src: url('../vmonitor-webfont.eot?#iefix') format('embedded-opentype'),
    url('../vmonitor-webfont.woff') format('woff'),
    url('../vmonitor-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
