<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #CC002C;
	color:  #FF0005;
}
/* @group General Styles */
#pageHeader {
	background-color: #FF0200; 
}
#ltswrap {
	background: #CC002C;
}
#imgbanner {
	border: thin solid #FF0008;
}

#navcon-test{
	background: #FF0500;
}
#ulcontainer{
	background: #FF0008 ;
}

#contentContainer {
	border: thin solid #FF0008;
}
#contentContainer #content  h1 {
	background: #FF0008 ;
}
#contentContainer #content  h1:before {
        border-right-color: #333 ;
}
#contentContainer #content  h2 {
        background: #FF0008;

        background-image: -moz-linear-gradient(left,#CC002C, rgba(255,255,255,0));
        background-image: -webkit-linear-gradient(left,#CC002C, rgba(255,255,255,0));
        background-image: -o-linear-gradient(left,#CC002C, rgba(255,255,255,0));
        background-image: -ms-linear-gradient(left,#CC002C, rgba(255,255,255,0));
        background-image:  linear-gradient(left,#CC002C, rgba(255,255,255,0));
}
#contentContainer #content  h2:before {
        border-right-color: #666 ;
}
h3 {
	background-color: #FF0008;
}

h4 {
	background-color: #FF0008;
}	
h5 {
	color: #FF0005;
}	
h6 {
	color: #FF0005;
}	

#ulcontainer {
	background: #FF0008 ;
}
#sidecolor{
	background: #FF0008 ;
}
.album-title {
	background: #FF0008 ;
}
.album-title:before {
        border-right-color: #333 ;
}
.sf-shadow ul ul{
	background: #FF0008 ;
}
#ulcontainer{
	background: #FF0008 ;
}

#footer {
	background: #FF0200 ;
	border-top: thin solid #FF0200 ;
	border-right: thin solid #FF0200 ;
	border-left: thin solid #FF0200 ;
}</pre></body></html>