@charset "utf-8";
/* CSS Document */
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.newsbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.news {
	border: thin solid #666;
	padding: 5px;
}
.masthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #CCC;
	padding: 2px;



