
  .table-simple {
	  
	  margin-left: auto;
  margin-right: auto;
	align: center;
	width: "500";
	border: 0.2em solid;
	border-collapse: collapse;
	font-size: 1.2em;
	font-weight: 300;
	
	}
	
	
	
	th {    
	border: 0.1em solid;
	text-align: center;
	padding: 10px; 
	} 

	td {    
	border: 0.1em solid;
	text-align: center;
	padding: 10px;
	}	






#table-list
{
	font-family: "caslon_ssiregular",  Serif;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px;
	width: 702px;
	text-align: left;
	border-collapse: collapse;
}
#table-list th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px;
	padding-left: 20px;
	background: #AB986D;
	border-top: 8px solid #6F5823;
	border-bottom: 5px solid #fff;
	color: #000000;
}
#table-list td
{
	padding-top: 10px;
	padding: 20px;
	background: #D5C8AB; 
	border-bottom: 5px solid #fff;
	color: #669;
	border-top: 4px solid transparent;
	vertical-align: top;
}


#table-list tr:hover td
{
	background: #D5C39B;
	color: #039;
}	

				/*    Table - Plain         */

#table-list-plain
{
	font-family: "caslon_ssiregular",  Serif;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px;
	width: 702px;
	text-align: left;
	border-collapse: collapse;
}
#table-list-plain th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px;
	padding-left: 20px;
	background: #AB986D;
	border-top: 8px solid #6F5823;
	border-bottom: 5px solid #fff;
	color: #000000;
}
#table-list-plain td
{
	padding-top: 10px;
	padding: 20px;
	background: #D5C8AB;          /*  #D5C8AB    */
	border-bottom: 5px solid #fff;
	color: #000000;					/*  #669    This is the font color in the body of the table */
	border-top: 4px solid transparent;
	vertical-align: top;
}


#table-list-plain tr   /*:hover td  */
{
	background: #D5C39B;             /*#D5C39B   */
	color: #000000;					/*#039   */
}	

