/* Styles CSS Document - Styles remain if the structure is removed. */

body {
	font-family: "Gill Sans MT", "Lucida Sans", Arial;
	font-size: 0.8em;
	color: #333333;
}
input, textarea {
	font-family: "Gill Sans MT", "Lucida Sans", Arial;
	font-size: 1em;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
	border-bottom: solid 1px #333333;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}





#navigation ol li.active a {
	font-weight: bold;
}
