td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.background {
	background-attachment: fixed;
	background-image: url(design_images/body_background.jpg);
	background-repeat: no-repeat;
}
.headlines {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #081A62;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
}
.courses {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #003366;
}
textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #003366;
}
select {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #003366;
}
a.courses:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

