textarea {
	text-align:center;
	border-style: grooved;
	rows: 5;
	columns: 18;
	border-color: #677D92;
	border-size: 1px;
	border-width: 4px;
	width: 50%;
	background-color:#eeeeff;
	font-size:12px;
	font-weight:bold;
	}

body {
	background-color:#eeeeff;
	}
