.answer { background: #CCFFFF; padding: 4;
font-style: normal; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small}

.answerTip {
	background-color: #CCFFFF;
	border : 1 solid cyan;
	padding: 1;
	layer-background-color: #CCFFFF;
	position : absolute;
	visibility: hidden;
	width: 125;
	z-index: 1;
}

.closer {
   background: #CCFFFF;
   float: right;
	font-family: arial;
	font-weight: bolder;
	border: 2px outset cyan;	
	padding: 1;
	layer-background-color: #CCFFFF;
	height: 10;
	width: 10;
	border-top: 1px outset cyan;
	border-right: 1px outset cyan;
	line-height: 80%;
	color : Navy;
}
