@charset "utf-8";
/* CSS Document */


.txt {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #666666;
}
.title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #8467A1;
}
.txt2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 22px;
	color: #8467A1;
}
a:link {
	text-decoration: none;
	color: #8467A1;
}
a:visited {
	text-decoration: none;
	color: #8467A1;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #8467A1;
}

