.box {
	background : #EAFFEA;
	/* border 0.1 to force NS4 to color box */
	border : 0.1px solid Green;
	/* NS4 skips these */
	border-bottom : 10px solid Green;
	border-left : 1px solid Green;
	border-right : 1px solid Green;
	border-top : 10px solid Green;
	padding : 10px;
}

.copy{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
	font-size : x-small;
}

a{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
	font-size : x-small;
}

.conceal{
	display:none;	
}
