@font-face{
    font-family: VeraMono;
    src: url('../fonts/VeraMono.ttf');
}

@font-face{
    font-family: VeraMono;
    src: url('../fonts/VeraMono-Bold.ttf');
    font-weight: bold;
}

body{
    background:#000;
    font-family:VeraMono, "Courier New", monospace;
}

.screen{
    max-width:920px;
    margin: 0 auto;
    background:#000000;
    color:#fff;
}

.header-frame{
    background:#00E000;
    text-align:center;
}

.header-img{
    width:100%;
    max-width:700px;
    image-rendering: pixelated;
}

.content{
    background:#fff;
    color:#000000;
    padding:15px;
}

.content-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    font-size:14pt;
    line-height:1.25;
    margin:8px 0;
}

.news-text
{
    flex:1;
}

.page-link a
{
    text-decoration: none;
}

.page{
    width:50px;
    text-align:right;
}

.bar{
    height:10px;
    background:#000000;
}

.bottom{
    background:#00E000;
    padding:12px 14px 6px;
}

.menu-row{
    color: #000000;
    display:flex;
    justify-content:space-between;
    font-size:14pt;
    margin:6px 0;
}

a{
    color: #000000;
}

a:hover{
    color: #00E000;
}

.bar-green {
    height: 12px;
    background: #00E000;
}
.title-bar {
    background: #ffffff;
    color: #000000;
    text-align: center;
    padding: 6px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 3px 0 3px;
}

.bullet-block {
    width: 12px;
    height: 18px;
    background: #00E000;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top:2px;
}

.form-group.required .control-label:after,
.form-group.required .group-title:after
{
    content:"*";
    color:red;
    margin-left: 4px;
}

.outline-breadcrumb
{
    text-decoration: underline;
}

.mouse-cursor
{
    cursor: pointer;
}

#footer a:hover{
    color: #ffffff;
}

.pagebutton {
    border: none;
}