a.footer:link {text-decoration: none; color: #ffffff}
a.footer:visited {text-decoration: none; color: #ffffff}
a.footer:hover {text-decoration: underline; color: #ffffff; font-weight: bold}

a.bluelink:link {text-decoration: none; color: #000066; font-weight: bold}
a.bluelink:visited {text-decoration: none; color: #000066; font-weight: bold}
a.bluelink:hover {text-decoration: underline; color: #003366; font-weight: bold}

a.smallblue:link {text-decoration: none; color: #000066; font-weight: bold; font-size : 13px}
a.smallblue:visited {text-decoration: none; color: #000066; font-weight: bold; font-size : 13px}
a.smallblue:hover {text-decoration: underline; color: #003366; font-weight: bold; font-size : 13px}

a.head2blue:link {text-decoration: none; color: #003366; font-weight: bold; font-size : 18pt}
a.head2blue:visited {text-decoration: none; color: #003366; font-weight: bold; font-size : 18pt}
a.head2blue:hover {text-decoration: underline; color: #003366; font-weight: bold; font-size : 18pt}

a.white:link {text-decoration: none; color: #ffffff; font-weight: bold}
a.white:visited {text-decoration: none; color: #ffffff; font-weight: bold}
a.white:hover {text-decoration: underline; color: #ffffff; font-weight: bold}

a.palelink:link {text-decoration: none; color: #000066}
a.palelink:visited {text-decoration: none; color: #000066}
a.palelink:hover {text-decoration: underline; color: #003366}

.lectureleft {
	float: left;
	width: 40%;
	padding: 1px;
}
.lectureright {
	float: right;
	width: 58%;
	padding: 1px;
}
.divider {
	clear: both;
	background-color: #003366;
	width: 100%;
}
legend {
	font-size: 120%;
}
.separator {
	clear: both;
	width: 100%;
	height: 1px;
}
.greyed {
	color: #666666;
}