.mast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
}
a:link {
	text-decoration: none;
	color: #FF3366;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.callout {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
}
