body {
	background-color: 535353;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0px;
}
a:link {
	color: #E33220;
	text-decoration: none;
}
.schedule {
	font-size: medium;
	color: #535353;
	border: 3px solid #535353;
}

a:visited {
	text-decoration: none;
	color: #E33220;
}
a:hover {
	color: #535353;
}
a:active {
	text-decoration: none;
	color: #E33220;
}
h1 {
	font-size: large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #535353;
	font-weight:bold;
	font-style: italic;
}

