@charset "utf-8";

.main-color {
	background: #09357F !important;
}
.sub-color {
	background: #EB5E17 !important;
}
a {
	color:#0000FF;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color:#EB5E17;
}
a:active {
	color:#EB5E17;
}

.btn {
    background-color: #09357F !important;
}
.side h2 {
    background: #EB5E17 !important;
}