body {
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	margin: auto;
}
h1, h2, h3 {
	color: red;
}
.header1 {
	font-size: 16px;
	color: #D35529;
}
.text {
	font-size: 14px;
	color: #000000;
}
.date-time {
	color: black;
	font-size: 13px;
}
.date-time-blue {
	color: black;
	font-size: 13px;
	color: #0066b3;
}
.textbold {
	font-size: 14px;
	font-weight: bolder;
}
.copyright {
	font-size: 10px;
}
.header2 {
	font-size: 14px;
	color: #D35529;
}
.caps {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}
.new {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
}
.classtitle {
	color: #f00;
	font-size: 14px;
}
.evening-weekend {
	font-size: 13px;
	color: #0066b3;
	text-transform: uppercase;
	font-weight: bold;
}
.bhpclasses {
	font-size: 12px;
}
.menu {
	width: 225px;
	text-align: right;
}
.logos, h1 {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	text-align: center;
}
hr {
	width: 100%;
	height: 0;
	border: 1px solid red;
}