@charset "utf-8";
.links {
	font-family: "Segoe Print", "Trebuchet MS", Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.regular {
	font-family: "Segoe Print";
	color: #FFFFFF;
	font-size: 12px;
}
.heading {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Segoe Print", "Trebuchet MS", Arial;
}


.links:hover {
	font-family: "Segoe Print", "Trebuchet MS", Arial;
	color: #A50301;
	font-size: 12px;
}

