#font_adjust {
	font-size: 90%;
}

#font_adjust h1 {
	font-size: 110%;
}

#font_adjust h2, #font_adjust h3 {
	font-size: 100%;
}

#font_adjust td, #font_adjust th, #font_adjust h4, #font_adjust h5, #font_adjust h6 {
	font-size: 90%;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
}

#application {
	font-weight: bold;
	text-align: left;
}

#application h1 {
	color: blue;
	text-align: center;
}

#application td {
	font-weight: bold;
}

option.category_heading {
	color: white;
	font-weight: bold;
	background-color: darkslategray;
	text-align: center;
}

#list td {
	border-bottom: 1px solid silver;
}

address {
	font-weight: bold;
}
