@charset "utf-8";

.main-color {
	background: #00ccd8 !important;
}
.sub-color {
	background: #06ccb7 !important;
}
a {
	color:#1a6ca6;
}
a:link {
	color:#1a6ca6;
}
a:visited {
	color:#1a6ca6;
}
a:hover {
	color:#666666;
}
a:active {
	color:#666666;
}

.btn {
    background-color: #00ccd8 !important;
}
.side h2 {
    background: #06ccb7 !important;
}