@media only screen and (max-device-width: 480px)
{
html, body {margin:0; padding:0; width:100%; height:100%; overflow:none;}
body {font-family:verdana, arial, sans-serif; font-size:75%; background-color:#006600; color:#ffffff}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:none; z-index:2;} 
#content {padding:5px 70px 20px 270px;}
#centerdiv {text-align:center;margin:0 auto;color:#ffffff;}
}

@media only screen and (max-device-width: 240px)
{
html, body {margin:0; padding:0; width:100%; height:100%; overflow:none;}
body {font-family:verdana, arial, sans-serif; font-size:75%; background-color:#006600; color:#ffffff}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:none; z-index:2;} 
#content {padding:5px 70px 20px 270px;}
#centerdiv {text-align:center;margin:0 auto;color:#ffffff;}
}

@media screen
{
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:verdana, arial, sans-serif; font-size:75%; background-color:#006600; color:#ffffff}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#content {padding:5px 70px 20px 270px;}
#centerdiv {text-align:center;margin:0 auto;color:#ffffff;}
}

h1 {color: #ffffff}
h2 {color: #ffffff}
h3 {color: #ffffff}
h4 {color: #ffffff}
a {text-decoration:none}
A:hover {text-decoration: underline;}
a:link {color:#ffffff; background:transparent;}
a:visited {color:#ffffff;background:transparent;}
a:active {color:#ffffff;background:transparent;}
p {line-height:1.8em; text-align:justify; color:#ffffff}
li {line-height:1.8em; text-align:justify; color:#ffffff}
table.thumbtable { border-collapse: collapse; }
#menu {position:absolute; top:10px; left:10px; width:220px; height:95%; z-index:10; color:#ffffff; border:1px solid #ffffff; padding:8px; line-height:2.0em;}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
