  a:hover {
	font: 12px, Ariel Black, sans-serif;
	text-decoration: none;
	color: Green;
}
  a       {
	font: 12px, Ariel Black, sans-serif;
	text-decoration: none;
	color: Navy;
}
  
 body {
	background-image: url(../img/wood-background3.jpg);
	font-family : sans-serif;
	font-size : 12px;
}

  td      {
	font: 12px sans-serif;
	text-decoration: none;
	color: Black;
	background : #fdf4ca;
}
  th      {
	font: 12px sans-serif;
	text-decoration: none;
	color: Black;
	background : #fdf4ca;
}
 
  select  {width:125px;  font-size : 12px; margin-top : 2px;}

  table  {
	background-color : #fdf4ca;
}
  