@charset "utf-8";
/* Lotus CSS Definitions */

.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	color: #CCCCCC;
	cursor: default;
}
#box {
	background-color: #000000;
	margin: 0px;
	padding: 10px;
	height: 80%;
	width: 80%;
	border: thin double #666666;
}
