.large {
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
}
.midium {
	font-size: 12px;
	line-height: 135%;
}
.small {
	font-size: 10px;
}
a:link {
	color: #CC6666;
	text-decoration: none;
}
a:visited {
	color: #FF9999;
	text-decoration: none;
}