body {
font-family: 'Bitstream Vera Sans', sans-serif;
background-color: #004;
position: relative;
}
#innerbody {
margin-left: 4em;
margin-right: 4em;
padding: 2em;
color: black;
background-color: #eef;
border: 2px outset #004;
-moz-border-radius: 4px;
}
#footnotes {
font-size: 80%;
position: absolute;
position: fixed;
bottom: 0;
right: 0;
font-family: monospace;
}

.INFRARED    {background-color: black; color: red;}
.ULTRAVIOLET {background-color: white; color: black;}
.INFRARED, .ULTRAVIOLET {
font-weight: bold;
font-family: monospace;
}