.header {
	font-family: "Monotype Corsiva";
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cat {
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.cat:hover {
	text-decoration: underline;
}

.border {
	border: 1px solid #FFFFFF;
}

