.text {
	font-family: "Century Gothic";
	font-size: 13px;
}

.text3 {
	font-family: "Century Gothic";
	font-size: 15px;
}

.text2 {
	font-family: "Century Gothic";
	font-size: 12px;
}
a:link {
	color: #7f9bc5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7f9bc5;
}
a:hover {
	text-decoration: underline;
	color: #7f9bc5;
}
a:active {
	text-decoration: none;
	color: #7f9bc5;
}