/* Begin Typography & Colors */
a:link {
	color: #D2232A;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
	}
a:visited {
	color: #D2232A;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
	}
a:active {
	color: #D2232A;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
	}
/* End Typography & Colors */