@charset "utf-8";
html {
overflow: hidden;
}
body {
position: absolute;
margin: 0px;
padding: 0px;
background: #111;
width: 100%;
height: 100%;
}
#screen {
position: absolute;
left: 7px;
top: 7px;
width: 100%;
height: 100%;
background: #000;
background-image: url("bkp1.png");
overflow:hidden;
}
#screen .gridSpan {
position: absolute;
overflow: hidden;
background: #000;
padding: 0px;
margin: 0px;
}
#screen .pageHTML {
position: absolute;
color: #eee;
font-family: verdana;
font-size: 1.1em;
width: 500px;
height: 333px;
background-image: url("stripe5.png");
filter: alpha(opacity=100);
}
.abs {
position: absolute;
}
#screen .pageHTML H2 {
position: relative;
margin: 8px;
cursor: pointer;
}
.sourceHTML {
visibility: hidden;
}
#screen .text {
margin: 30px;
padding: 30px;
text-align: justify;
}
#screen a {
position: relative;
border: none;
text-decoration: none;
}
#screen a:hover {
left:1px;
top:1px;
}
#screen img {
border: none;
cursor: pointer;
}
.style25 {
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
color: #FF00FF;
font-weight: bold;
}
.style24 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
font-style: italic;
}
