body {
	background-color: #7e7e7e;
}
.homeContent {
	color: #FEF6FF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.homeContent a {
	color: #ef8f01;
	text-decoration: none;
}
.homeContent a:hover {
	text-decoration: underline;
}
.homeFooter {
	color: #CBCBCB;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.homeFooter a {
	color: #CBCBCB;
	text-decoration:none;
}
.homeFooter a:hover {
	text-decoration: underline;
}

.title {
	color: #E68B06;
	font-weight: bold;
}