.BigMagentaFont {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 24px;
	color: #950B73;
}

.bigBlackArial {
	font-family: "Arial Narrow", Arial, "Arial Black";
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
	text-transform: none;
}

.mediumMagenta {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 16px;
	color: #990066;
	text-decoration: none;
}

.smallBlue{
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 11px;
	color: #363895;
	text-decoration: none;
}


.smallBlack {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 11px;
	color: #000000;
	font-weight: normal;

}
a:link {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 16px;
	color: #990066;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, "Arial Narrow";
	font-size: 16px;
	color: #990066;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
