body {
	background-color: #FFF;
	font-family: Comic Sans MS, cursive;
}
h1 {
	color: #BA0023;
	font-size: xx-large;
}

p, li, td {

}
p {
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: x-large;
	color: #374988;
	text-align: center;
}
.small {
	font-size: small;
}

h3 {
	font-size: large;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #4157A0;
}

.nav a {
	font-size: medium;
	font-weight: bold;
	color: #BA0023;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border: thin solid #374988;
	display: block;
}
.nav a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #BA0023;
}
a {
	color: #374988;
}
a:hover {
	color: #BA0023;
}
.tel {
	list-style-image: url(images/tel.gif);
}
.email {
	list-style-image: url(images/email.gif);
}
.addr {
	list-style-image: url(images/addr.gif);
}
.highlight {
	font-weight: bold;
	color: #BA0023;
}

