.lynx {
	display: none ;
}
#construction {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	display: block ;
	margin: 0 ;
	padding: 4pt ;
	color: #f00 ;
	background-color: #ff0 ;
	border: 1px solid #f00;
}
#construction #learnmore {
	float: right ;
}

.notice-type0,.notice-type1,.notice-type2,.notice-type4 {
	background-color: pink ;
	border: 1px solid black ;
	padding: 2pt ;
	margin: 2pt ;
}
.notice-type0 {
	background-color: pink ;
	border-color: red ;
}
.notice-type1 {
	background-color: yellow ;
	border-color: orange ;
}
.notice-type2 {
	background-color: lightgreen ;
	border-color: green ;
}
.notice-type3 {
	/* unformatted */
}
.notice-type4 {
	background-color: #ccc ;
	border: 1px dashed #888 ;
	white-space: pre-wrap ;
	font-family: monospace ;
}

