body {
  background: url(bg17.jpg) repeat;
  overflow: hidden; 
  font-family: Tahoma, Geneva, Sans-Serif;
  color: white; 
  font-size: x-large; }
  
#banner {
  position: absolute;
  bottom: 55%;
  left: 100px;
  font-size: 40pt;
  letter-spacing: 10px;
  color: lightskyblue; 
  z-index: 2;}

#banner_bg {
 position: absolute;
 bottom: 54.5%;
 left: 96px;
 font-size: 40pt;
 letter-spacing: 10px;
 color: white;
 z-index: 1; }

#contents {
  position: absolute;
  bottom: 3%;
  left: 2%;
  width: 96%;
  background: url(bg_content17.png) repeat; }

#notes {
  position: absolute;
  bottom: 2em;
  left: 2em;
  font-size: small;
  font-family: Arial, Helvetica, Sans-Serif;
  float: left;
  text-align: left; }

#page {
  position: absolute;
  bottom: 23%;
  left: 0%;
  width: 100%;
  height: 77%;
  background: url(bg_content17.png) repeat;
  overflow: auto; }
  
#index {
  height: 100%;
  text-align: right;
  float: right;
  line-height: 1.2;
  letter-spacing: 2px;
  margin: auto; }

img {
  border: none !important;
  outline: none !important; }

pre {
  padding: 0.6em 4em; }  

.styled {
  font-size: 11pt;
  letter-spacing: 1px; }  
  
a:active, a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: white; }
  
a:hover {
  text-decoration: none;
  outline: none;
  color: white;
  border-bottom: 2px solid lightskyblue; }

a:hover.noborder {
  border: none !important;
  outline: none;
  text-decoration: none; }
