  BODY {
    background-color: white;
    color: black;
  }
  DIV, TR, TABLE, UL, A, BODY, P, LI, TD {
    font: 10pt Arial, Helvetica, sans-serif;
  }
  A {
    text-decoration: none;
  }
  a:link       { color: #CC3300; background-color: transparent }
A:visited {
    color: #CC3300;
    background-color: transparent;
  }
  a:hover      { color: #0066FF; background-color: transparent }

  #idDivBack {
    position: absolute;
    top: 28px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: #D0A375; /*#9999CC;*/
    border-style: none;
    border-width: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 27pt;
    font-family: Times, serif;
    color: #CC9B6A; /*#8888DD;*/
    padding: 5px;
    text-align: right;
  }
  #idDivTitle1a {
    position: absolute;
    top: 3px;
    left: 15px;
    height: 100px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 38pt;
    font-family: Verdana, sans-serif;
    color: #D0A375; /*#00CC99;*/
    background-color: transparent;
    filter: shadow(color=#000000, direction=135);
  }
  #idDivTitle1b {
    position: absolute;
    top: 0px;
    left: 12px;
    height: 100px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%; 
    font-size: 38pt;
    font-family: Verdana, sans-serif;
    color: #663300; /*blue;*/
    background-color: transparent;
  }
  #idDivTitle2a {
    position: absolute;
    left: 30px;
    top: 53px;
    height: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 24pt; 
    font-family: Verdana, sans-serif;
    color: silver; /*silver;*/
    background-color: transparent;
  }
  #idDivTitle2b {
    position: absolute;
    left: 40px;
    top: 60px;
    height: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 24pt; 
    font-family: Verdana, sans-serif;
    color: #990000; /*navy;*/
    background-color: transparent;
  }
  .LaunchBar {
    position: absolute;
    background-color: #E0E0E0; /*#AAFFEE;*/
    color: black;
    top: 125px;
    width: 160px;
    left: 12px;
    padding: 5px;
    border: medium solid silver; /*#00CC99;*/
    margin-bottom: 1cm;
  }
  .WorkSpace {
    position: absolute;
    top: 125px;
    left: 180px;
    margin-bottom: 1cm;
    background-color: transparent;
  }

@media print {

  #idDivBack { visibility: hidden; }
  #idDivTitle1a { visibility: hidden; }
  #idDivTitle1b { visibility: hidden; }
  #idDivTitle2a { visibility: hidden; }
  .LaunchBar { visibility: hidden; }

  #idDivTitle2b {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 24pt; 
    font-family: Verdana, sans-serif;
    color: #990000; /*navy;*/
    background-color: transparent;
  }

  .WorkSpace {
    position: absolute;
    top: 40px;
    left: 0px;
    margin-bottom: 1cm;
    background-color: transparent;
  }

}

.hours       { position: absolute; width: 45px; left: -50px; height: 40px; text-align: right; 
               font-size: 20px; font-weight: bold; background-color: transparent; }
.day         { position: absolute; width: 125px; height: 595px; top: 0px; 
               border-right: thin solid silver; background-color: transparent; }
.dayname     { position: absolute; height: 16px; top: -20px; left: 0px; font-size: 14px; 
               font-weight: bold; background-color: transparent; }
.course { position: absolute; width: 123px; left: 0px; text-align: left; font-size: 11px; 
          padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; background-color: transparent; }