body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #006633;
}
.coursetitle {
	font-size: 14px;
	font-weight: bold;
}
.courseschedule {
	font-style: italic;
}
.coursedescription {
	width: 300px;
	margin-left: 15px;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	background-color: #FFFF00;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.style1 {
	color: #020502
}
hr {
}
.underline {
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}

