body {
	font-size: 20px;
	font-family:georgia, times, serif;
	background:#fff;
}

#title {
	text-align:center;
	font-size:32px;
}

#title span {
	padding:5px;
	border-bottom:1px solid #f3f3f3;
}

#container {
	margin:0 auto;
	text-align:center;
}

#submit {
	font-size: 18px;
	margin-left:20px;
	border:0;
	color:#333;
	background:#f3f3f3;
	font-family:georgia, times, serif;	
	padding:2px;
	width:140px;
	text-align:center;
}

#text {
	margin-left:20px;
	font-size: 18px;
	width:300px;
	font-family:georgia, times, serif;
	background:#f3f3f3;
	border:0;
	padding:2px;
}


#result {
	border-top:1px solid #f3f3f3;
	width:500px;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
	padding-top:20px;
}

#examples {
	color: #cfcfcf;
	margin-top:15px;
	margin-bottom:25px;
	font-size:14px;
}

#examples a {
	color: #aaaaaa;
	text-decoration:none;
}

#examples a:hover {
	text-decoration:underline;
}