/* CSS Document */
#answer {
	margin-left: 10px;
	padding: 5px;
	width: 500px;
	height: 400px;
	background-color:#9CB3C3;
	overflow:scroll;
}
.note {
	font-size: 75%;
}

td {
	vertical-align:top;
}
td.version {
	font-size: 125%;
	font-weight: bold;
	width: 20%;
	background-color: #9CB3C3;
	border-top: 1px solid #034C82;
}
td.descrip {
	background-color: #9CB3C3;
	border-top: 1px solid #034C82;
	padding-right: 10px;
}