img
{
  border: 0;
}
a
{
	text-decoration: none;
  font-style: italic;
	color: white;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

td
{
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", "Century Gothic", "Tahoma", Ariel, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
	background: black;
//  blue-grey
//	background: #d8e2ee;
//  tan
//	background: #E1D4C0;
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", "Century Gothic", "Tahoma", Ariel, Helvetica, sans-serif;
	font-size: 12px;
}


