td, body {
	font-family: "Gill Sans";
	font-size: 11px;
}

.intro {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.links {
	font-family: "Gill Sans";
	font-size: 11px;
	font-weight: normal;
}
.topic {
	font-size: 14px;
	font-weight: bold;
}
.topicnobold {
	font-size: 14px;
}
.topic2 {
	font-size: 12px;
	font-weight: bold;
}
.topic3 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
.topic4 {
	color: #990000;
	font-size: 15px;
	font-weight: bold;
}
.topic4b {
	color: black;
	font-size: 15px;
	font-weight: bold;
}
a:active, a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;

}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.outnow{
	font-size: 10px;
	font-weight: bold;
	color: #A52A2A;
}