/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Black;
	color: #F5F5F5;
	}
/* Style for all tables. */
table {
   font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

a.small {
	font-size: 11px;
}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: White;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: White;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}



/*#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#F4A460; 
  display: block; 
  width: 160px; 
  padding: .50em 18px;
    background-color: transparent;
    font-size: 12px;
    }*/

 
/*#menu a:hover { color: #F5F5F5;

}*/
