body
{	
	font: 12px verdana, arial, helvetica, sans-serif;
	margin:	0px 0px 0px 0px;
	border: 0px;
	/* background-color: #8b8989 */
	background-color: black;
}

.main 
{
	width: 685px;
	margin: auto auto auto auto;
	/* background: #cdc9c9; */
	background: white;
}


th.black
{
	font-size: small;
	background-color: #000;
	color:	#fff;
}

th.head
{
  font-size: small;
  background-color: #ff6600;
  color: black;
  text-align: center;
}

tr.lightRow
{
	background-color: #eeeeee;
}

tr.darkRow
{
	background-color: #dddddd;
}

.Tmenu
{
	margin: auto auto auto auto;
	background: black;
}

.menu
{
	background: black; 
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
  color: green;
  padding-top: 5px;
  padding-bottom: 15px;
}


.menu a:link
{
  text-decoration: none;
	color: green;
}

.menu a:visited
{
  color: green;
  text-decoration: none;
}
  

.menu a:hover
{ 
	color: green;
	background-color: #333333;
	text-decoration: none;
}

.menu a:active
{ 
  text-decoration: none;
}


table.Ptable
{
	border: 1px solid gray;
  width: 685px;
}

img.floatRight { 
    float: right; 
    margin: 20px 0 0 10px; 
}

p
{
	color: black;
	font-family: verdana, Arial, sans-serif;
	font-size: small;
	padding-left: 20px;
	padding-right: 20px;
}

.quote
{
	font-style: italic;
}

.code
{
	color: #006800;
}

.entry
{
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.item
{
	font-style: italic;
}

.title
{
  color: white;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	margin: 0 auto;
	text-align: center;
  font-size: small;
}

title
{
  padding-top: 30px;
	padding-bottom: 10px;

}


table.logo
{
  padding-right: 10px;  /* account for scrollbar */
  text-align: center;
  width: 100%;
  border-width: 0px;
}

IMG.displayed {
    padding-top: 20px;
    padding-bottom: 10px;
    border-width: 0px;
}


a:link
{
  color: blue;
  text-decoration: none;
}


a:visited
{ 
	color: purple;
  text-decoration: none;
}

a:hover
{ 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

a:active { 
	color: green;
}


.date
{
	font-style: italic;
}
