body {
	font-family: verdana;
	overflow: hidden;
	font-family: 'Gentium Book Basic', serif;
	max-width: 960px;
}

#editor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}

#editor h1 {	
	padding: 0;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0.1em;
		
	font-family: 'Playfair Display', serif;
	font-size: 38px;	
	font-weight: 900;
	color: #008080;
}

#editor textarea {
	font-family: 'Gentium Book Basic', serif;
	width: 100%;
	height: 80%;
	padding: 20px;
	font-family: Georgia;
	font-size: 1.5em;
}

#status {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 1em;
	color: red;	
}
