/* Add here all your CSS customizations */

a	{
		color: #c91919;
/* 		color: #ff0000; */
		font-weight: 500;
}

a:hover	{
		color: #c91919;
		font-weight: 500;
		text-decoration: underline;
}

.red {
	color:#f92929;
}