body {
	background: white;
	color: #080000;
	font-size: 12px;
}

a:link { color: #000080 }
a:hover { color: #000080 }
a:visited { color: #0000ff  }
a:active { color: #000327 }

.header {
	color: #800000;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.header-large {
	color: #800000;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.subheader {
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.title-green {
	color: #808000;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.title-black {
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.medium-black {
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.big-red {
	color: #800000;
	font-weight: bold;
	font-size: 18px;
}

.small-red {
	color: #800000;
	font-size: 12px;
}

.small-white {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.comments-red {
	color: #800000;
	background: white;
	font-weight: bold;
}

.comments-blue {
	color: #000080;
	background: white;
	font-weight: bold;
}

.comments-green {
	color: #006600;
	background: white;
	font-weight: bold;
}

.comments-black {
	color: black;
	background: white;
	font-weight: bold;
}

.small {
	font-size: 12px;
}

td.lime {
	background: #99FFCC;
	color: #800000;
}

td.light-green {
	background: #CCFF99;
	color: #800000;
}

td.green {
	background: #808000;
}

table.guides {
	margin-left: 10px;
	color: white;
	background: #808000;
	font-size: 12px;
	font-weight: bold;
}

table.guides td {
	border: 1px solid black;
}

td.bookdate {
	padding: 10px;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.links td {
	padding: 5px;
}