a { color : #336699; }
a:hover { font-weight : bolder; text-decoration : none; }
.bluebox {
	background : #C2D7EB;
	border : 0.1px solid #336699;
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	padding : 10px;
}
.newsbox {
	background : #C2D7EB;
	border : 0.1px solid #336699;
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	padding : 2px;
}
.yellowbox {
	background : #f4f2d2;
	border : 0.1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	color: #000000;
	padding : 10px;
}

