a:link { font-family: 'courier', 'Times New Roman', 'times', 'trebuchet ms', 'serif'; color:#0000ff; text-decoration:none; }
a:visited { font-family: 'courier', 'Times New Roman', 'times', 'trebuchet ms','serif'; color:#000077; text-decoration:none; }
a:active { font-family: 'courier', 'Times New Roman','times', 'trebuchet ms', 'serif'; color:#000077; text-decoration:none;}
a:hover { font-family: 'courier', 'Times New Roman','times', 'trebuchet ms', 'serif'; color:#000088; }
.dblink { font-family: 'courier', 'Times New Roman','times', 'trebuchet ms', 'serif'; color:#000000; }
.nolink { font-family: 'courier', 'Times New Roman','times', 'trebuchet ms', 'serif'; color:#000000; text-decoration:none;}
navbar a {text-decoration:none}
P {margin-top:5px; margin-bottom:5px;}

body,html {
background: #000;
color: #FFF;
width: 100%;
margin: 0px;
overflow: hidden;
font-size: 100%;
}

#sisimg {
display: block;
width: 100%;
height: 100%;
margin: 0px;
float: left;
border: 0px;
margin: 0px;
z-index: 1;
}

#lnkbck {
text-align:right; 
position:absolute; 
right:10px; 
top: 10px;
width:20%; 
font-size: 120%; 
font-family: Courier, Times, Sans Serif;
}

#text {
display: block;
position:absolute;
left: 0px;
bottom: 20px;
width: 78%;
min-height: 24px;
max-height: 128px;
margin: 0px;
text-align:left; 
color: #fff;  
background-color: #000;
font-size: 20px; 
font-family: Courier, Times, Sans Serif;
padding-left: 1em;
padding-top: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.2em;
overflow: hidden;
z-index: 3;
}

#date {
display: block;
text-align:right;
position:absolute; 
bottom: 20px;
right: 10px; 
width: 20%;
color: #fff;
background-color: #000; 
font-size:19px;
font-family: Courier, Times, Sans Serif;
z-index: 4;
}

.showdebug {
display: block;
font-size: 80%;
background: #000;
color: #aaa;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 1.4em;
margin: 0px;
border-color: #aaa;
border-top: 1px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-style: solid;
float: left;
overflow: hidden;
z-index: 2;
}

#debugtxt {
display: block;
font-size: 100%;
background: #000;
color: green;
margin: 0px;
padding-left:1em;
padding-right: 1em;
padding-top: 0.2em;
padding-bottom: 0.2em;
border: 0px;
float: left;
overflow: hidden;
}



.hidedebug{
position: absolute;
top: 10px;
left: 10px;
display: block;
height: 0px;
width: 0px;
visibility: hidden;
z-index: -1;
}

