  body {
    font-family: "Cochin", "Garamond", serif;    color: black;    background-color: fdc73a }
  .header {
    position: absolute;
    top: 180px;
    left: 10px;
    width: 800px;
    text-align: right }
  .sidebar {
    position: absolute;
    left: 680px;
    top: 250px }
  .main {
    position: absolute;
    top: 230px;
    left: 75px;
    width: 700px;
    overflow: auto;
    padding-bottom: 20px }
  h1 {    font-family: "Cochin", "Garamond", serif }
  h2 {
    font-family: "Cochin", "Garamond", serif }
  h3 {
    font-family: "Cochin", "Garamond", serif;
    font-style: italic }
  a img {
    border: none }  a:link {    color: maroon;
    font-weight: bold;
    text-decoration: none }
  a:link:hover {
    color: maroon;
    font-weight: bold;
    text-decoration: underline }  a:visited {    color: maroon;
    font-weight: bold;
    text-decoration: none }
  a.black {
    color: black;
    font-weight: bold;
    text-decoration: none }
  a.black:hover {
    color: black;
    font-weight: bold;
    text-decoration: underline }
  a.black:visited {
    color: black;
    font-weight: bold;
    text-decoration: none }
  a.green {
    color: green;
    font-weight: bold;
    text-decoration: none }
  a.green:hover {
    color: green;
    font-weight: bold;
    text-decoration: underline }
  a.green:visited {
    color: green;
    font-weight: bold;
    text-decoration: none }
  a.navy {
    color: navy;
    font-weight: bold;
    text-decoration: none }
  a.navy:hover {
    color: navy;
    font-weight: bold;
    text-decoration: underline }
  a.navy:visited {
    color: navy;
    font-weight: bold;
    text-decoration: none }
  .calendar {
    width: 550px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse }
  .cell {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse }
  .level {
    width: 500;
    border-width: 1px;
    border-style: solid;
    border-color: black }
  .pic {
    margin: 10px }
  .picright {
    float: right;
    margin: 10px }
  .picleft {
    float: left;
    margin: 10px }
  .details {
    margin-left: 2em }