<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
	font-family:club;
	src:url("/fonts/SourceSansPro-Black.ttf");
}

@font-face {
    font-family:mentone;
    src:url('/fonts/mentone-semibol-webfont.ttf');
    font-stretch:extra-expanded;
}


/*
	a:link {color:#0000d0; text-decoration:none;}
	a:visited {color:#0050b0; text-decoration:none;}
	a:active {color:#d0d0d0; text-decoration:none;}
*/

body
{
	color:#606060;
	font-family:sans-serif;
	font-size:16px;
	background-image:url(/icons/canvas2.jpg);
}

#page-container
{
    background-color:#f0f0f0;
    width:98%;
    height:700px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:-moz-linear-gradient(top, #fffff0, #e0e0c0);
	background:-webkit-linear-gradient(top, #fffff0, #e0e0c0);
	background:linear-gradient(to bottom, #fffff0, #e0e0c0);
	background:-webkit-gradient(linear,0% 0% 0% 100%,from(#fffff0),to(#e0e0c0));
	padding:0px;
	margin:1%;
	overflow:hidden;
}

#banner
{
    width:99%;
    height:110px;
	position:relative;
	padding:0;
}

.banner-container
{
	background-color:#e4e8e8;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	height:85px;
	width:97.05%;
	margin-left:auto;
	margin-Right:auto;
	padding:10px;
	margin:.5%;
}

#main-panel
{
    height:500px;
    width:81%;
	float:left;
    padding:5px;
	margin:.5%;
}

#info-panel
{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	background:linear-gradient(#f0f0f0, #c8c8c8);
	background:-moz-linear-gradient(#f0f0f0, #c8c8c8);
	background:-o-linear-gradient(#f0f0f0, #c8c8c8);
	background:-webkit-linear-gradient(#f0f0f0, #c8c8c8);
    height:660px;
    width:14%;
	float:left;
    padding:5px;
	margin:.3%;
}

#foot-panel
{
    height:60px;
    width:99%;
	position:left;
    padding:5px;
	margin:.5%;
}

#menu-container
{
    background-color:#202020;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    height:20px;
    width:99%;
	/* text-align:center; */
	position:relative;
    padding:0px;
	margin:.5%;
}

.button {
	width:130px;
	height:30px;
	background-color:#4050ff;
	padding:2px;
	font-family:sans-serif;
	color:yellow;
	font-weight:bold;
	text-decoration:none;
}

.buttonx
{
	height:30px;
	background-color:#4050ff;
	padding:2px;
	font-family:sans-serif;
	color:yellow;
	font-weight:bold;
	text-decoration:none;
}

#disclaimer {
	background-color:#404040;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    height:auto;
	width:99%;
    padding:3px;
	color:white;
	font-family:sans-serif;
	font-style:italic;
	font-size:9px;
}

span.club
{
	color:#0000c0;
	font-family:sans-serif;
	font-size:30px;
	font-weight:800;
	font-style:italic;
	line-height:30px;
	vertical-align:bottom;
}

.info
{
    color:#606060;
    font-family:mentone, sans-serif;
    font-size:11px;
    font-weight:400;
    line-height:12px;
	margin:1px;
}
table.officer { width:100%; }
th.officer {color:#606060; font-size:12px; line-height:12px; margin-bottom:0px;}
tr.course {color:#303090; font-size:12px; line-height:12px; margin-bottom:0px;}
td.officer {color:#006060; font-size:11px; line-height:12px; margin-top:0px;}

.gentx
{
    color:#606060;
    font-family:sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:16px;
}

.gentx1
{
    color:#606060;
    font-family:mentone, sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:17px;
}

.gentx2
{
    color:#606060;
    font-family:mentone, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:14px;
}

.note
{
    color:#4040e0;
    font-family:sans-serif;
    font-size:14px;
    font-weight:400;
	font-style:italics;
    line-height:15px;
}

.copyright
{
    color:#8800dd;
    font-family:mentone,sans-serif;
    font-size:14px;
    font-weight:400;
	font-style:italic;
    line-height:15px;
}

.myu3a
{
	font-family:club, sans-serif; font-size:13px;
	font-weight:400; color:#8800dd;
}

.server
{	color:#906040;
	font-family:club,sans-serif;
	font-size:32px;
	font-weight:700;
	margin:0px;
}

.dbase
{	color:#9090b0;
	font-family:
	sans-serif;
	font-size:22px;
	font-weight:700;
	margin-top:0px;
}

.db
{
	color:#a0a0a0;
	font-family:sans-serif;
	font-size:22px;
	font-weight:700;
	margin-top:0px;
}

span.h2
{
	color:brown;
	font-family:club, sans-serif;
	font-size:26px;
	font-style:italic;
	font-weight:400;
	line-height:28px;
	vertical-align:bottom;
}

span.h2a 
{
	color:#505050;
	font-family:club, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:30px;
	vertical-align:baseline;
}


img.mast	{text-decoration:none;}
img.banner	{border:0;}
span.one	{color:#404040; font-family:sans-serif;
			 font-size:12px;font-weight:400;}

/*
span.two	{color:#4040ff; font-family:'russo', sans-serif;
				font-size:35px;font-weight:700;}
*/
p.htwo		{
			color:brown;
			font-family:club, sans-serif;font-size:16px;font-weight:400;
			margin-bottom:0px;
}

/*
p.hthree	{
			color:brown;
			font-family:club, sans-serif;font-size:18px;font-weight:400;
			margin-bottom:0px;
}

p.hfour		{
			color:#8040a0;
			font-family:Cabin,sans-serif;font-size:24px;font-weight:700;
			margin-top:0px;
}

p.hfive		{
			color:#8040a0;
			font-family:Arial,sans-serif;font-size:16px;font-weight:700;
			margin-top:0px;
}

p.ltwo		{
			color:#606060;
			font-family:'Arial', sans-serif;font-size:16px;font-weight:700;
			margin-top:0px;
}

p.foot		{color:#404040;font-size:14px;line-height:16px;}
p.hone		{font-family:Arial,'sans-serif';
			 font-size:20px; font-weight:700;}
*/

ul.features	li {color:#308030; font-size:14px;font-weight:400;}

h1		{color:brown; font-family:sans-serif; 
		font-size:30px; font-weight:700;}
h2		{color:brown; font-family:sans-serif; 
		font-size:20px; font-weight:700;}
h3		{color:green; font-size:15px; font-weight=700;}
/*
p.d1	{color:#404040;font-size:12px; font-weight:400;}
li		{color:#404040;font-size:12px; font-weight:400;}
*/
</pre></body></html>