@charset "utf-8";
a:link {
	color: #EE2B33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EE2B33;
}
a:hover {
	text-decoration: underline;
	color: #EE2B33;
}
a:active {
	text-decoration: none;
	text-align: center;
}

.Category_Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #d53633;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}



body {
	background-color: #FFF;
}
