@charset "utf-8";

header {
	background: rgb(8, 25, 152);
}

#menubar_hdr {
	background: rgb(8, 25, 152);
}

#menubar.db {
	background: rgba(8, 25, 152, 0.9);
}

main h2 {
	border-bottom: 4px solid rgb(8, 25, 152);
}

main h2 span.uline {
	border-bottom: 4px solid rgb(93, 109, 231);
}

main h3 {
	background: rgb(8, 25, 152);
}

.list {
	background: rgb(8, 25, 152);
}

.accordion {
	border-bottom: 2px solid rgb(93, 109, 231);
}

footer {
	background: rgb(8, 25, 152);
}

