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

.bold{
	font-weight:800;
}
.darkgreen{
	color:#626552;
}
.white{
	color:#fff;
}
.blue{
	color:#5bb4be;
}