
body {background-color: #999999; text-color: #FFFFFF;}
a:link {color: #FFFFFF; bgcolor: #000000;}
a:visited {color: #CCCCCC; }
a:hover {text-decoration: underline; color: #000000; background-color: #FFFFFF; }
a.con:active {color: #FFFFFF; background-color: #000000;}
a.con:link {color: #FFFFFF; bgcolor: #000000;}
a.con:visited {color: #000000; }
a.con:hover {text-decoration: underline; color: #000000; background-color: #FFFFFF; }
a.con:active {color: #FFFFFF; background-color: #000000;}

div.header {
background-color:#000000;
background-attachment:fixed;
font-size: 250%;
position:fixed;
top: 0;
left: 20;
width:1200;
height:80;
text-align: center;
color: #FFFFFF;
z-index:3;
padding-top:10px;
padding-left:10px;
}
div.navigation {
background-color:#000000;
text-color:#FFFFFF;
position:fixed;
top: 120;
left: 20;
height:400;
width:60;
border-right: medium solid #000000;
z-index:4;
padding-left:.5cm;
}
div.content {
width: 1000;
max-width:1000;
position:absolute;
top: 170;
left: 90;
bottom:25
z-index:2;
padding-bottom:1.5cm;
padding-right:1.5cm;
padding-left:.5cm;
border: medium double rgb(0,0,0)
}

div.footer {
position: fixed;
background-color: #000000;
font-decoration: none; color: #FFFFFF;
bottom: 0;
left: 20;
width: 1200;
height: 20;
z-index:11;
}

blockquote.float-left {/* floats in content div */
  float: left;
  width: 13.5em; /* "em size" is element dependent */
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: #00008b;
  background: #000000;
  }

span.hint {
font-decoration: none; color: cyan;
background-color: #000000;
}
