body	{
	margin-left: 10%;
	margin-right: 10%;
	line-height: 140%;
}

h1	{
	font-weight: normal;
}

table	{
	border: 1px solid #EEEEEE;
	margin-top: 15px;
	margin-bottom: 15px;
}

th	{
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

#message, #errors	{
	color: #660000;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
}

#message	{
	text-align: center;
}

#breadcrumb	{
	font-size: 85%;
}

#pagination	{
	font-size: 85%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer	{
	border-top: 1px solid #CCCCCC;
	margin-top: 25px;
	text-align: center;
	font-size: 90%;
	color: #555555;
}

.question	{
	color: #444444;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

.answer	{
	margin-bottom: 20px;
}

.menu	{
	border-bottom: 1px solid #CCCCCC;
	font-size: 75%;
	text-transform: uppercase;
}

	.menu a	{
		text-decoration: none;
	}
	
	.menu a:hover	{
		text-decoration: underline;
	}

.description	{
	color: #777777;
	margin-bottom: 20px;
}
