﻿a.button_text_white
{
	color: #fff;
	text-decoration: none;
}

a.button_text_white:hover
{
	text-decoration: underline;
}

a.button_text_red
{
	color: #D8001C;
	text-decoration: none;
}

a.button_text_red:hover
{
	color: #EC001F;
	text-decoration: underline;
}
