/* CSS Document */
#nav a {
	text-decoration: none;
	font-weight: normal;
	color:  #FFFFFF;
	outline: none;
	font-family: "Comic Sans MS", Arial, Georgia, "Times New Roman", Times, serif;
}
#nav a:visited {
	color:  #FFFFFF;
}
#nav a:active {
	color:  #D50000;
}
#nav a:hover {
	color: #D50000;
}
.ahem {
	display: none;
}
strong, b {
	font-weight: bold;
}

.bannerText {
	font-family: "Comic Sans MS", Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
}

.cap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 50px;
	font-weight: normal;
	color: #710000;
	font-family: georgia, times;
}
