body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.homepage_title {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #ee174f;
}
.homepage_box {
	margin-right:15px;
}
a:link {
	color: #ee174f;
	text-decoration: none;
}
a:visited {
	color: #ee174f;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color:#ee174f;
	text-decoration: none;
}
