* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: #fff;
	color: #000;
	text-align: center;
}
body, textarea {
	font-family: Optima, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}
#content {
	width: 600px;
	margin: 2em auto;
	text-align: left;
}
p {
	margin-bottom: 1.3em;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0 0.5em;
	padding: 0;
}
hr, #content {
	clear: both;
}
hr {
	border: 1px dotted #eee;
}
#home h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: green;
	margin-bottom: 1em;
}
#help p, #help h2 {
	margin-bottom: 1em;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h2, h3 {
	margin-top: 1em;
}
a:hover, input:focus, textarea:focus, input:hover {
	background-color: yellow;
}
.highlight {
	background-color: #ff9;
}
.highlight2 {
	background-color: lime;
}
.small, div#footer, div.sublabel {
	font-size: 0.75em;
}
div#footer {
	color: #888;
}
td, th {
	padding-left: 2px;
	padding-right: 0.5em;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
input, textarea {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 1em;
}
input, textarea, #original p.original {
	font-size: 1.5em;
}
#original p.original, #translation p.original, #translation p.translation {
	background-color: #dfd;
}
label {
	margin-top: 1.5em;
	font-weight: bold;
	display: block;
}
div.sublabel {
	display: block;
}

