body {
	scrollbar-arrow-color: #1E90FF;
}

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

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

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

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

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