a:link {
	color: #A01B1B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #A01B1B;
}
a:active {
	text-decoration: underline;
	color: #A01B1B;
}

body {
	scrollbar-base-color: #FDC87D;
}
