@charset "utf-8";
/* CSS Document */
h1.walks {
	color:#999;
	font-size: 22px;
}

h2.walks {
	color:#00C;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h3.walks {
	color:#600;
	font-size: 18px;
}

a.walks {
	font-size:12px;
	color: #666;
}


hr {
	color: #999;
	line-height: 3px;
}
dt {
	color: #666;
	font-weight: bold;
}
dd {
	font-size: 14px;
}
p.smallertext {
	font-size: 12px;
}
div.gradehead {
	background-color: #CCC;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	width:74%;
}
li {
	font-size: 14px
}

