<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url("Images/paper2.jpg");
}

.Box1 {
	padding			 : 15px;
	margin			 : 20px;
	background-color : #333333;
	border			 : 1px solid #CC9900;
	-moz-border-radius	 : 10px;
	-webkit-border-radius: 10px;
	border-radius		 : 10px;
}

.Box2 {
	padding			 : 15px;
	margin			 : 20px;
	background-color : #333333;
	border			 : 1px solid #CC9900;
	-moz-border-radius	 : 10px;
	-webkit-border-radius: 10px;
	border-radius		 : 10px;
	/***** Gradient Code *****/
	/* fallback (Opera) */
    background: #333333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #111111, #333333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#333333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#111111, EndColorStr=#333333, GradientType=0);
}

.Header1 {
	color		: #CC9900;
	text-align	: center;
	font-size	: larger;
	font-style	: italic;
	font-weight	: bold;
}

.BodyText2 {
	color		:#cccc99;
	font-size	:small;
	font-weight	: bold;
}

.BGGradient {
    /* fallback (Opera) */
    background: #333333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #333333, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#333333, EndColorStr=#000000, GradientType=0);
}

.MainMenu1 {
	text-align		: center;
	height			: 50px;
	padding-top		: 10px;
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	background-image: url(/Images/DarkBar3.png);
	font-family		: Courier New;
	font-size		: large;
	color			: #cccc99;
	background-repeat: repeat-x;
}</pre></body></html>