a {
	color: #e85c41;
	text-decoration: none;
}
a:hover {
	color: #e85c41;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.bottomLinks {
	color: #CCC;
	text-decoration: none;
}
.bottomLinks:hover {
	color: #FFF;
	text-decoration: underline;
}
