a {
  color: #DA1715;
  text-decoration: none !important; }

a:hover {
    color: #da1715;
   
}

a:visited, .Link:visited {
	color: #da1715;
	text-decoration: none;
}

.BigButtonWrapper a {
  color: white;
  text-decoration: none !important; }

.BigButtonWrapper a:hover {
    color: white;
    font-weight: 800;
   
}

.BigButtonWrapper a:visited, .BigButtonWrapper .Link:visited {
	color: white;
	text-decoration: none;
}


.backToTop {
}