@charset "utf-8";
/* CSS Document */

table tr td table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFC;
	border: thin solid #333;
	text-align: left;
}#Test1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #6F0;
	height: 30px;
	width: 100px;
	position: absolute;
	left: auto;
	top: auto;
}
