    html {
    	width: 100%; 
    	height: 100%; 
    	overflow: auto;
    	scrollbar-base-color: #400000;
      scrollbar-arrow-color: #808080;
    }
    body {
      cursor: default;
    	margin: 0 0 0 0; 
    	padding: 0; 
    	background: #000000; 
    	color: #999; 
    	height: 100%; 
    	width: 100%; 
    	text-align: center; 
    	font-family: Arial; 
    	font-size: 11px; 
    	overflow: auto;
    	scrollbar-base-color: #400000;
      scrollbar-arrow-color: #808080;
    }
    a {
      color: #808080;
      text-decoration: none;
    }
    a:hover {
      color: #FFFFFF;
      text-decoration: underline;
      cursor: pointer;
    }
    .clickLink {
      color: #808080;
      text-decoration: none;
    }
    .clickLink:hover {
      color: #FFFFFF;
      text-decoration: underline;
      cursor: pointer;
    }    
    .footer {
      position: absolute; 
      margin: auto; 
      background: transparent;
      width: 98%;
      height: 55px;
      left: 1%;
      bottom: 0px; 
      margin: 0 auto;
      border-top-width: 2px; 
      border-top-color: #330000; 
      border-top-style: solid;
      font-size: 6pt;
    }
    img {
		  max-width: 100%;
		  max-height: 100%;
		  height: auto;
		}
