<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-family: Arial;
	background-color: #6dbbff;
	background-image: linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -o-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -moz-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -webkit-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -ms-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8FCA71), color-stop(0.5, #A9D88F), color-stop(1, #8FCA71));
}

#topAd &gt; a, #bottomAd &gt; a {
	color: #5bbc20;
}

#nav &gt; li &gt; a, #footer a, #footer p, #footer li {
	color: #5bbc20;
}

#nav &gt; li.current &gt; a {
	background-color: #8FCA71;
}

#footer p, #footer li {
	color: #5bbc20;
}

#sideBarInfo, #sideBarInfo a {
	color: #fff;
}

.mainContent &gt; h4 {
	color: #428519;
}


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

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

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters &gt; ul &gt; li.active &gt; a {
	background-color: #616461;
	color: #a6e165;
}</pre></body></html>