.categories {
	font-family: "Century Gothic";
	font-size: large;
	color: #03428E;
}
.list {
	font-family: "Century Gothic";
	font-size: small;
	color: #000000;
}
.desc {
	font-family: "Century Gothic";
	font-size: x-large;
	color: #000000;
}
.body {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000000;
}
.more {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;
}
.item {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	color: #CC0000;
	font-weight: normal;
}

.announcement {
	font-family: "Century Gothic";
	font-size: 20px;
	text-align:center;
	background:#03428E;
	color:#FFF;
	padding:10px;
}	