@charset "utf-8";
.text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bolder;
	color: #78854D;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #7D8753;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #991120;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #980E1E;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #991120;
}
