/* style.css - a simple style sheet */

p {clear: both; font-size: 11pt; margin-top: 0; margin-left: 30px}

body {
  clear: both; font-size: 11pt; color: black; background: white;
  font-family: Verdana, sans-serif; margin-left: 50px}

h1,h2,h3,h4 { clear: both; text-align: left; font-family: Garamond, "Times New Roman", sans-serif; color: blue; margin-bottom: 0;}

#course {
	align: left;
	}

#header h2 {
	margin-top: 0;
	margin-bottom: 20px;
	}

#navi {
    text-align: center;
    border-top: 1px white solid;
    list-style: none inside;
}

#navi li {
    text-align: center;
    float: left;
    width: 125px;
    background: #9bf;
    border: solid white;
    border-width: 0 0 0 1px;
}

#navi li:first-child {
    border: none;
    padding-left: 1px;
}

#navi li a {
    display: block;
    width: 125px;
    padding: 3px 0;
    color: black;
}

#navi li a:hover {
    background: #9f9fd6;
}

.sourcetip a.nav:link, .sourcetip a.nav:visited {
    text-decoration: underline;

}

#lectures {
	border: thin solid;
	}

#lectures td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-width: thin;
	border-style: solid;
	white-space: normal;
	size:10px;
	vertical-align: top;
	width: 30%;
	}

#lectures p {clear: both; font-size: 11pt}

#lectures ld {font-color: red}
