@charset "utf-8";
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline blink;
	background-color: #99FFCC;
	text-align: center;
	margin: 15px;
	padding: 10px;
	float: right;
	border: thin double #99FF66;
	position: absolute;
	left: auto;
	top: auto;
}
