body {
margin: 0em;
padding: 0em;
background: cornsilk none;
color: maroon;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
}
.invisible {
display: none;
}
#fixed {
position: absolute;
top: 0;
left: 0;
width: 99;
height: 100%;
background: maroon;
color: maroon;
}
body > #fixed {
position: fixed;
}
#content {
margin-left: 10em;
padding: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
line-height: 1.5;
}
code, pre {
font-family: monospace;
font-size: large;
font-weight: bold;
background: transparent none;
color: cornsilk;
}
.center { text-align: center; }
h1 { font-size: 4em; text-align: LEFT; }
h2 { margin-top: 2em; }
a:link { background: transparent none; color: BLUE; }
a:visited { background: transparent none; color: BLUE; }
a:active { background: transparent none; color: BLUE; }
a:hover { background: transparent none; color: maroon; }
#fixed a {
display: block;
text-decoration: none;
padding: 0.5em;
background: maroon none;
color: white;
font-weight: bold;
font-size: smaller;
margin-bottom: 0px;
}
#fixed a:hover {
background: darksalmon none;
color: maroon;
}
div.address {
border-top: 2px solid black;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.address img {
border: 0px;
text-align: left;
}
