/* Copyright 2003 - 2010 */
/*  Jeff Best  All Rights Reserved. */
/* index.css designed by me, for my site: www.roguespider.com */
/* re-designed with help from the tutorials on www.csszengarden.com */

body
	{
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #f0f0f0;
	background: #000000;
	margin: 1em 1% 1em 2%;
	padding: 0px;
	border: 0px;
	}

img
	{
	border: 0px;
	}

ol
	{
	list-style-position: outside;
 	}

table {
  margin-left: 20px;
  margin-right: 20px;
  border: thin solid green;
  border-collapse: collapse;
  caption-side: bottom;
}

td, th {
  border: thin solid gray;
  padding: 5px;
}

th {
  background-color: #006600;
}


caption {
  font-style: italic;
  padding-top: 6px;
}

.cellcolor {
  background-color: #003300;
}




a:link
	{
	color: #11ffcc;
	text-decoration: none;
	background-color: inherit;
	}

a:visited
	{
	color: #ff11ff;
	text-decoration: none;
	background-color: inherit;
	}

a:active
	{
	color: #008800;
	text-decoration: none;
	background-color: inherit;
	}

a:hover
	{
	color: #ffff00;
	text-decoration: none;
	background-color: inherit;
	}

#content
	{
	color: inherit;
	 text-decoration: none;
	background-color: inherit;
	}

#menu
	{
	color: #c0c0c0;
	background: #000000;
	padding: 1em 2% 1em 1%;
	margin: 0em 0% 0em 2%;
	width: 7%;
	float: left;
	}

#main
	{
	color: #c0c0c0;
	background: #000000;
	padding: 1em 1% 1em 1%;
	margin: 0em 0% 0em 13%;
	width: 70%;
	}

