<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
	background: url(/themes/default/fun/images/headerBgBlue.png) repeat top center;
	background: url(/themes/default/fun/images/stitching.png) repeat-x center 70px, url(/themes/default/fun/images/headerBgBlue.png) repeat top center;
}

#footer {
	background: url(/themes/default/fun/images/headerBgBlue.png) repeat 7px center;
	background: url(/themes/default/fun/images/stitching.png) repeat-x center 10px, url(/themes/default/fun/images/headerBgBlue.png)  repeat 7px center;  /*bgdn*/
}

#topAd &gt; a, #bottomAd &gt; a {
	color: #00baff;
}

#sideBarInfo a {
	color: #0074c5;
	font-weight: bold;
}

#nav &gt; li &gt; a {
	color: #FFF;
}

#nav &gt; li.current &gt; a {
	background-color: rgba(0, 0, 0, 0.25);
}

.mainContent &gt; h4 {
	color: #2990dd;
}

/* ------- ABOUT ME PAGE ------- */
#about &gt; h1, #experience &gt; h2, #education &gt; h2, #interests &gt; h2 {
	color: #353535;
}

/* ------- LINKS PAGE ------- */
.box &gt; a, #linksOther &gt; ul &gt; li &gt; a {
	color: #0074C5;
}

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters &gt; ul &gt; li.active &gt; a {
	background-color: #868686;
	color: #fff;
}

/* ------- BLOG POSTS -------*/
#blogPosts &gt; ul &gt; li &gt; h2 &gt; a {
 color: #0074C5;
}

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