/**
 */
body {
  color : #00FF00;
  background : black;
}

A:link { color: #FFFF00 }
A:active { color: #FF0000 }
A:visited { color: #999999 }
img {
  border : 0 none;
}
/* A fake IE information bar */
#infobar {
    font: .9em normal "Verdana", "Geneva", sans-serif;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: black;
    background: #ffffe6 url(warning.gif) no-repeat fixed .3em .3em;
    padding: .3em .3em .3em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: white;
    background-color: #08246a;
}

/* A fake viewplot for IE information bar */
#viewplot {
    width: 100%;
/*    height: expression( document.body.offsetHeight -39 );a*/
    height: expression( this.parentNode.offsetHeight - this.offsetTop );
    overflow-x: hidden;
    overflow-y: scroll;
}
