.announcement_title {
	color: blue;
	font-size: 10pt;
	font-family: Arial;
}

.message {
	font-size: 14pt;
	font-family: Arial;
	text-align: center;
	margin-top:20px;
}

.list_item_head {
	background-color: #FF8;
}

.list_item_footer {
	border-top: 1px solid black;
}

.list_item {
	margin: 5;
	border: 1px solid grey;
}