<!-- 
/* you are welcome to change any of the options
HOWEVER, don't rearrage the order of the items. 
you can add new ones, but the order of the properties 
with the / *`'`* / symbols MUST remain in the same order
they are in for the administration to be able change them */

body {
	font-size:10pt; 
	color:black;
	font-family:verdana,arial,helvetica,san-serif;
	background-color:white;
	margin:0px;
	}

td	{
	font-size:10pt;
	}

form {
	padding:0px;
	margin:0px;
	}

/* some custom classes */
.copyright{
	font-size:8pt;
	text-align:center;
	}

.title {
/*`'`*/color:green;/*`'`*/
	text-align:center;
	}

.submitHeader{
/*`'`*/color:green;/*`'`*/
	}

.menuHeader{
	border-bottom:1px black solid;
	width:140px;
	font-weight:bold;
	font-size:12pt;
	}

.tableHeader {
	color:white;
/*`'`*/background-color:#5f5f5f;/*`'`*/
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	}

.tableDesc {
/*`'`*/background-color:#eeeeee;/*`'`*/
	text-align:center;
	}

.setItem1 { /*for the table cell for catagories on the "sets" page*/
	text-decoration:none;
/*`'`*/background-color:#eeeeee;/*`'`*/
	}

.setItem2 { /*same as above, but alternating color*/
	text-decoration:none;
/*`'`*/background-color:#dddddd;/*`'`*/
	}

.plus{/* for the plusses besides the sets*/
/*`'`*/color:#ff0000;/*`'`*/
	}

.menuCell {
	font-size:8pt;
/*`'`*/background-color:#75B6F3;/*`'`*/
/*`'`*/background-image:url();/*`'`*/
	}

.mainCell {
	font-size:8pt;
/*`'`*/background-color:#FFFFFF;/*`'`*/
/*`'`*/background-image:url();/*`'`*/
	}

/* stuff for the good 'ol links */
a:link {
/*`'`*/color:#000066;/*`'`*/
	}

a:active {
/*`'`*/color:#ff0000;/*`'`*/
	}

a:visited {
/*`'`*/color:#660066;/*`'`*/
	}

a:hover {
/*`'`*/color:#660066;/*`'`*/
	text-decoration:none;
	}

// -->
