#outer_div {
	border: .09em dotted #000;
	width: 21em;
	
}

#title {
	color: #000;
	font: small-caps 1.0em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-left: .2em;
	margin-right: .2em;
}

#description {
	color: #999;
	font: .6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#inner_div {
	
}

.pair {
	display: inline-block;
	width: 100%;
}

.even {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
}

.odd {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

.letter {
	color: #000;
	font: 1em "Courier New", Courier, mono;
	margin-left: 4em;
}

.letter_wrapper {
	float: left;
	width: 50%;
}

.word {
	color: #000;
	font: 1em "Courier New", Courier, mono;
	margin-left: 1em;
	}

.word_wrapper {
	float: right;
	width: 50%;
}

.header {
	color: #000;
	font: small-caps 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	display: inline-block;
	margin-bottom: .3em;
	margin-top: .5em;
	text-align: left;
}

#footer_div {
	margin-top: .5em;
	border-top: .1em dotted #000;
}

#footer_wrapper {
	display: inline-block;
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
	font: .6em Georgia, "Times New Roman", Times, serif;
}

.link_mono {
    font: 1.3em "Courier New", Courier, mono;
    text-decoration: none;
}

.link_mono:hover {
    background: #000;
    color: #FFF;
}

.link_mono:active {
    background: #CCC;
    color: #666;
}