body    {
        font-family: Arial, Verdana, sans-serif;
        font-size: 14px;
        color:rgba(0,255,255,0.8);
        text-shadow: rgba(255,0,0,0.8) 4px 0px 0px;
        text-rendering: geometricPrecision;
        }
code    {
        font-family: Terminus, Monaco, monospace;
        font-size: 14px;
        }

@font-face {
        font-family: 'VBFont';
        src: url('/vb/font/vbfont.woff2') format('woff2'),
                url('/vb/font/vbfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        }
