<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{ 
	margin:40px;
	font-size:10pt;
	font-family:courier,tahoma,arial,sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

tr.content 
{ 
	background-color: #DDDDDD; 
	border-width:0px;
	border-color: #CCCCCC 
}

a.clickable:link {text-decoration: none; color:black;}
a:link {color: #CCAA55;}
a:visited {color: #775522;}
a:active {color: #AA8844;}
a:hover {background-color: #777777;}

h1
{ 
	font-size:11pt;
	color: #FFEECC;
	font-family:tahoma,arial,sans-serif;
	text-transform:capitalize;
	background-color:#232323;
}  

h2
{ 
	font-size:10pt;
	color: #FFEECC;
	font-family:tahoma,arial,sans-serif;
	text-transform:uppercase;
} 

h3
{ 
	font-size:10pt;
	color:#BBAA55;
	font-family:tahoma,arial,sans-serif;
}  

td 
{ 
	font-size:11pt;
	padding:5px;
	font-family:tahoma,arial,sans-serif;
} 

table {width:100%;border-collapse:collapse; border:1px solid #CCCCCC;}  

table.samples 
{
	background-color: rgba(127,127,127,0.1);
	text-align: left;
	border:1px solid rgba(255,255,255,0.1);
	color: #FFFFFF;
}

table.fx 
{
	width:100%;
	background-color: #000000;
	text-align: center;
	border:1px solid #444433;
	color: #FFFFFF;
}

th.fx
{ 
	background-color: rgba(21, 14, 7, 1.0);
	text-align: center;
	border:1px solid #444433;
} 

td.fx 
{ 
	text-align: center;
	border:1px solid #444433;
} 

table.head 
{  
	width: 100%;
	background-color: rgba(21, 14, 7, 1.0);
	text-align: center;
	border:2px solid rgba(205, 170, 85, 0.5);
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
} 

td.logo 
{ 
	text-align: center;
	padding: 0px; 
	border-width: 0px;
} 

#DC_menu ul
{
	background: rgba(21, 14, 7, 1.0);
	background: -moz-linear-gradient(top, rgba(21, 14, 7, 1.0), rgba(21, 14, 7, 0.0)); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 14, 7, 1.0)), color-stop(100%, rgba(21, 14, 7, 0.0)));
	background: -webkit-linear-gradient(top, rgba(21, 14, 7, 1.0) 0%, rgba(21, 14, 7, 0.0) 100%);
	background: -o-linear-gradient(top, rgba(21, 14, 7, 1.0) 0%, rgba(21, 14, 7, 0.0) 100%);
	background: -ms-linear-gradient(top, rgba(21, 14, 7, 1.0) 0%, rgba(21, 14, 7, 0.0) 100%);
	background: linear-gradient(to bottom, rgba(21, 14, 7, 1.0) 0%, rgba(21, 14, 7, 0.0) 100%, rgba(21, 14, 7, 0.0) 100%, rgba(21, 14, 7, 0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(21, 14, 7, 1.0)', endColorstr='rgba(21, 14, 7, 0.0)', GradientType=0);
	border:none;
	margin-top: 0px;
	text-align: center;	
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#DC_menu ul li
{
	list-style-type: none;
	display: inline;
	margin-left: 20px;
	text-align: center;
}

#DC_menu ul li a:link
{
	color: #AA8844;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#DC_menu ul li a:visited
{
	color: #AA8844;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#DC_menu ul li a:hover
{
	color: #FFFFFF;
	background-color: rgba(150, 120, 50, 0.2);
	border:1px solid rgba(205, 170, 85, 1.0);
	-webkit-box-shadow: 0px 4px 5px rgba(75, 60, 25, 0.9);
	-moz-box-shadow: 0px 4px 5px rgba(75, 60, 25, 0.9);
	box-shadow: 0px 4px 5px rgba(75, 60, 25, 0.9);
}
	
th 
{
	background-color: #000000;
	color: #FFFFFF;
	padding:10px; 
	text-align: left
}

hr {color:#777755}

/* Specifies the size of the audio container */
audio
{
	width: 300px;
	height: 35px;
}

.DC_dealz_blink
{
	animation: blinker 1.5s linear infinite;
	color: red;
	font-size: 30px;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
}

.DC_warning_blink
{
	animation: blinker 1.5s linear infinite;
	color: red;
	font-size: 21px;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
}

@keyframes blinker
{
	50%
	{
		opacity: 0;
	}
}</pre></body></html>