@media screen {
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
background-color: #001111; 
min-width: 580px;
background-image: url('images/scan-a.gif');
background-repeat: repeat-x repeat-y;
background-attachment: fixed;
}
div.crt {
Position: relative;
padding: 50px;
border: 0px;
margin-right:4%;
margin-left:4%;
margin-top:0px;
width:92%
text-indent:0px;
font-family: monospace;
font-size:15px;
color: #80FF00;
z-index: 1;
}

div.bez1{position:fixed;left:0px;top:0px;z-index:-1;}
div.bez2{position:fixed;right:0px;top:0px;z-index:-1;}
div.bez3{position:fixed;left:0px;bottom:-6px;z-index:-1;}
div.bez4{position:fixed;right:0px;bottom:-6px;z-index:-1;}

a:link {color: #80FF00;
text-decoration: none;
}
a:visited {color: #80FF00;
text-decoration: none;
}
a:hover {color: #204000;
background-color: #80FF00;
text-decoration: none;
}
a.noinvert:hover {
background-color: transparent;
text-decoration: none;
}
a:active {color: #80FF00;
text-decoration: none;
}
h1 {
font-family: monospace;
font-size:15px;
text-indent:-15px;
margin-bottom:-13px;
line-height: normal;
color: #80FF00;
}
p.list {
text-indent:-15px;
line-height: normal;
margin-bottom: normal;
}
p.tightlist {
text-indent:-15px;
line-height: 16px;
margin-bottom:-5px;
}
p.block {
line-height:.95;
}
p.right {
text-align:right
}
p.solidborder {
border-style:solid;
border-width:1px;
text-align:center;
margin: 0%;
border-color:#80FF00;
}
p.dashedborder {
border-style:dotted;
border-width:1px;
text-align:center;
border-color:#80FF00;
}
.offline {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
color: #80FF00;
}
.light {
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
color: lime;
}
.invert {
color: #204000;
background-color: #80FF00;
text-decoration: none;
}
.noscreen {
display: none;
}
.banner {
font-weight:bold;
}