body {
   color: #009; 
   background-color: white;
   font-family: sans-serif;
   text-align: center; 
   font-weight: normal; 
   font-style: normal;
   text-decoration: none;
   margin: 0;
   padding: 0;
   height: 100%;
}

h2.title { 
   background-color: #eee;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}

h3.border { 
   background-color: #eee; 
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}

a {
   text-decoration: none;
}

a:link {
   color: #059;
}

a:visited {
   color: #900;
}

a:hover {
   background-color: #eee;
}

a:active {
   color: #900; 
   background-color: yellow;
}

cite {
   text-decoration: none;
   font-style: normal;
}

cite.title {
   font-weight: bold;
}

cite.journal {
   font-style: italic;
}

cite.volume {
   font-weight: bold;
}

img:hover {
   background-color: #eee;
}

div#fixed {
    top: 0;
    left: 0;
    width: 10em;
    background-color: #eee;
    height: 100%;
    float: left;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

body>div#fixed {
   top: 0;
   left: 0;
   width: 10em;
   min-height: 100%;
   position: absolute;
   background: #eee;
   border-right: 1px solid black;
   border-top: 1px solid black;
   -moz-border-radius-topright: 10px;
}

div#footer {
   float: left;
   width: 10em;
   left: 0em;
   top: 150;
   position: absolute;
}

body>div#footer {
   width: 10em;
   left: 0;
   bottom: 0;
   position: fixed;
}

body>div#fixed {
   position: fixed;
}

body>div#fixed a:hover {
   background: #ccc;
}

body>div#fixed img:hover {
   background: #ccc;
}

body>div#fixed a:active {
   background: yellow;
}

div#scroll {
   margin-left: 11em;
   margin-right: 1em;
}
