#letters
{
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

#words div
{
	background-color: #EAEAEA;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
}

#words div.clear
{
	border: 0;
}

#words div p
{
	float: left;
	width: 45%;
	margin: 0;
	padding: 5px;
}

#words p.word
{
	width: 35%;
	font-weight: bold;
}

#words p.explaination
{
	width: 60%;
}
