.title {
	font-family: Arial;
	font-size: 18px;
	color: #E6D7F1;
		text-decoration: none;
}
.title:hover {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	text-decoration: underline;
}
.subtitle {
	font-family: Arial;
	font-size: 14px;
	color: #E6D7F1;
		font-weight: bold;
		text-decoration: none;
}
.subtitle:hover {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
		font-weight: bold;
	text-decoration: underline;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #E6D7F1;
		text-decoration: none;
}
.text:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #E6D7F1;
		text-decoration: none;
}
.small:hover {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #CCCCFF;
		text-decoration: none;
}
.copyright:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
.frame {
	border: 1px solid #FFFFFF;
}

