@charset "UTF-8";
/* CSS Document */

/* Questitons or Concerns box (front page) */

.homeQuestions a:link {
	text-decoration:none;
	color:#ff3333;
	}

.homeQuestions a:visited {
	text-decoration:none;
	color:#ff3333;
	}

.homeQuestions a:active {
	text-decoration:none;
	color:#ff3333;
	}

.homeQuestions a:hover {
	text-decoration:underline;
	color:#ff3333;
	}
