﻿a.hoverRedYellow:link
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	font-size: 20px;
}

a.hoverRedYellow:visited
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	font-size: 20px;
}

a.hoverRedYellow:hover
{
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	font-size: 20px;
}

a.hoverRedYellow:active
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	font-size: 20px;
}
