body {
 font-family: Garamond, Time, Arial, Courier;
 background-color: #FCF6CF;
 color: black;
 margin: .5em;
 font-size: larger;
}

div.leftbox {
 position: absolute;
 top: 5em;
 left: 5px;
}

div.rightbox {
 position: inherit; /*this can not be relative, absolute or unspecifed*/
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 177px;
 border: medium groove #ff0000;
}

a.nav:hover {
 background-color : silver;
 color : red;
}

ul ul { list-style: square; }
