body {
	scrollbar-arrow-color: #FF8C00;
}

a:link {
	color: #FF8C00;
	text-decoration: none;
	// text-shadow: none;
}

a:visited {
	color: #FF8C00;
	text-decoration: none;
	// text-shadow: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	// text-shadow: FF8C00 0px 0px 8px;
}

a:active {
	color: #FF8C00;
	text-decoration: none;
	// text-shadow: none;
}

.minical:hover, .minical-today:hover {
	border: 1px solid #FF8C00;
}