/*  @import "http://www.w3.org/StyleSheets/Core/Ultramarine"; */

BODY     { font-family: Verdana, Arial, 'OCR A Extended', sans-serif; 
           background: silver; }

BIG      { font-size: 4em; }


IMG.secret  { border: none;
              cursor: default; }
	


.amusing  { text-align: center;
            font-size: 3.14159em;
            font-family: verdana, helvetica, sans-serif;
            font-weight: bold }
.notsoamusing  { text-align: center;
                 font-size: 1.9em;
	         font-family: verdana, helvetica, sans-serif;
                 font-weight: bold }

#credit { font-family: arial, helvetica, sans-serif;
          text-align: right;
          font-size: 2.1828em;
          font-style: italic;
          margin-right: 3em }

#lastupdate { font-style: italic }



TABLE.schedule  { border: 2px outset black;
	          border-collapse: separate; }
TABLE.schedule 
TH       { border: 1px inset; 
	   vertical-align: top; }



TD.course1 { color: black;
	     background: #FFCC99; 
             border: 2px solid black; }

TD.course2 { color: black;
	     background: #99CCFF;
             border: 2px solid black; }

TD.course3 { color: black;
	     background: #FF9900;
             border: 2px solid black; }

TD.course4 { color: black;
	     background: #FF99CC;
             border: 2px solid black; }

TD.course5 { color: black;
	     background: #33CCCC; 
             border: 2px solid black; }

TD.course6 { color: black;
             background: #CC99FF;
             border: 2px solid black; }

TD.ta1     { color: black;
	     background: #FFFF99;
             border: 2px inset; }

TD.ta2     { color: black;
	     background: #99FF99; 
             border: 2px inset; }

TD.tutor1  { color: black;
	     background: #993366;
             border: 2px outset; }

TD.tutor2  { color: black;
	     background: #99CC00;
             border: 2px outset; }
