@charset "utf-8";
/* CSS Document */
body {
	background-color: #99ff99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
h2 {
	color: blue;
	font-size: 14pt;
}
.coltitle {
	color: blue;
	font-size: 13pt;
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border: none;
}
th {
	font-size: 13pt;
	border-collapse: collapse;
	border: 2px solid black;
	border-bottom: 4px;
	color: blue;
}
td, .footnote {
	font-size: 12pt;
	text-align: center;
	font-weight: normal;
}
td {
	border-collapse: collapse;
	border: 2px solid black;
	padding: 5px;
}
.special {
	background-color: yellow;
}
.redletter {
	color: red;
}
.crossout {
	text-decoration: line-through;
}
