
@media print, projection {
 
 html, body { margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #000000; 
background-color: #cccccc; }
.topmenu { display: none; }

}

@media all {

html, body { margin:0; padding:0; font-family: Verdana, Arial, Verdana, Helvetica, sans-serif; font-size: 100%; color: #000000; }

A { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 100%; font-weight: bold;}
A:link { text-decoration:underline; color: #0066cc; } 
A:visited { text-decoration: underline; color: #0066cc; }
A:hover { text-decoration: none; color: yellow; background-color: #0066cc; }
A:active { text-decoration: underline; color: black; }

div.bottom { font-size: 60%; }
div.bottomdark{ font-size: 60%; color: gray; }
div.lite { FONT-SIZE: 90%; font-weight: bold; text-decoration: none; color: #ccccff; }

.spanstyle {COLOR: #cc0000; FONT-SIZE: 80%; POSITION: absolute; TOP: -50px; VISIBILITY: visible; }
h1{ FONT-SIZE: 90%; font-weight: bold; text-decoration: none; color: #0066cc; }
p { font-size: 80%; }
ul{ font-size: 80%; font-weight: bold; text-decoration: none; color: #0066cc; }

.cap { FONT-SIZE: 120%; font-weight: bold; text-decoration: none; color: #000000; }
.redd { FONT-SIZE: 90%; font-weight: bold; text-decoration: none; color: #ff6600; }
}