html, body {
	height: 100%;
	overflow: hidden;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	color: #313131;
}

div.column1, div.column2, div.column3 {
	float: left;
	width: 33%;
}

div.column1 {
	width: 16%;
}

div.column3 {
	width: 50%;
}

div.column1 div, div.column2 div, div.column3 div {
	margin: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #A6135A;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

textarea, #view-box {
	display: block;
	width: 100%;
	height: 400px;
	border: 1px solid #666;
	margin: 0;
}

#view-box {
	white-space: nowrap;
	overflow: auto;
}

#view-button {
	background: #A6135A;
	border: 1px solid #000;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
