
	  BODY {
	    color: black;
	    background-color: #eeeeee;
	    margin-left: 3em;
	    font-family: sans-serif;
	  }
	  h1 {
	    color: #8855aa;
	    font-weight: bold;
	    font-size: 36px;
	  }
	  h2 {
	    color: #8855aa;
	    font-weight: normal;
	    font-size: 24px;
	  }
          h3 { 
	    color: #8855aa;
	    font-weight: bold;
	    font-size: 18px;
            margin-left: 2em;
          }
	  p,ul,ol {
	    width: 32em;
          }
          p,ul,ol,table {
              margin-left: 3em;
              padding-left: 0em;
	  }
          ul ul { list-style-type: circle; }
	  ul { list-style-type: square; }
	  ol { list-style-type: decimal; }
	  li { padding-bottom: 0.5em; }
	  .contact {
	    background-color: #ddddff;
	    padding: 2px 10px;
	    border: solid;
	    border-width: 1px;
	    font-family: monospace;
	  }
	  .transcript {
	    padding:10px;
	    border-spacing:0px;
	    border-width:0px;
            font-size: small;
	  }
          .transcript td, .transcript th {
            padding: 2px 4px;
            text-align: left;
          }
	  .odd { background-color: #ccccff; }
	  .even { background-color: #ddddff; }
	  .foot { font-family: serif; font-size: 12pt; font-style: italic; }

