@import "/_style/screen.css";

h3 { text-align: center; }

.classList {
	background-color: transparent;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #006830;
}
.classList th {
	background-color: #e8f0e0;
	height: 2.5em;
	padding-left: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #006830;
}
.classList td {
	border: 1px solid #006830;
	padding: 2px;
}
.classList a:link, .classList a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #006830;
	color: #006830;
}
.classList a:hover, .classList a:active {
	border-bottom: 1px solid #006830;
	color: #006830;
}
.classList .className { width: auto; }
.classList .classDate { width: 20%; }
.classList .classTime { width: 18%; }
.classList .classLocation { width: auto; }

pre {
	background-color: #ffffff;
	color: red;
	border: 1px dashed red;
	padding: 3px;
	font-style: italic;
}
