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

.whitedot{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.connetwith {
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #658584;
	font-family: "textbook-new-web-1", "textbook-new-web-2", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #3d2f2d;
}
.connettext {
	font-size: 14px;
	font-family: "textbook-new-web-1", "textbook-new-web-2", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #060;
}

