<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Main Color Scheme */
h1.page-title,
.mini-sidebar .widget &gt; h3,
input[type=submit],
#sidebar .widget &gt; h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #003366;
}
#wp-calendar tbody td#today {
	/* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px &lt;-CUSTOM-&gt;, inset 1px 0 0 3px &lt;-CUSTOM-&gt;; */
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #003366, inset 1px 0 0 3px #003366;
}

/* Main Menu Color */
.header #main-menu {
	background-color: #4A4A4A;
}

/* Link color */
a {
	color: #1023CC;
}

/* Mouse-Over link color */
a:hover {
	color: #003366;
}

/* Footer Widget Title Color */
.footer .widget &gt; h3 {
	color: #353535;
}

/* Footer Widget Title Bottom Border */
.footer .widget &gt; h3 {
	border-bottom: 3px solid #003366;
}

/* Background Color/Texture/Image */
body {
			background: #F1F1F1;
	
}

</pre></body></html>