a { text-decoration: none }
a:visited { color: #000080 }
a:link { color: #006080 }
h1 { font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif; color: #005050 }
h2 { font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif; color: #005050 }
h3 { font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif; color: #005050; }
h4 { font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif; color: #005050 }
th { font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif; color: #005050 }
table { background-color: #F8FFe8; border-style: inset }
p { }

.banner {
        background-color: #d0e0e0
}

body {
        margin-top: 1em;
        margin-right: 2em;
        margin-left: 2em;
        margin-bottom: 1em;
        font-family: "Lucida Grande", "Trebuchet MS", helvetica, sans-serif;
        background-color: #d0e0e0;
}

.schedule { background-color: #fff }
.headerrow { background-color: #90c0d0 }
.cancelrow { background-color: #f0c0c0 }
        
kbd {
	font-family: "Courier New", courier, monospace;
        color: #005050
      }

code {
	font-family: "Courier New", courier, monospace;
        color: #005050
      }

pre {
	font-family: "Courier New", courier, monospace;
      }
        

.code {
	font-family: "Courier New", courier, monospace;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 3em;
        margin-right: 3em;
	padding: 3px 1em 3px 1em;
	border: 1px solid #000;
	background: #f8ffe8;
        color: #005050
	/* font-size: small; */
}

