@charset "utf-8";
/* CSS Document */



body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#table1 table, #table1  td, #table1 th 
{
  border: 3px solid #eee;
}


#table1  tr:hover {
	background-color: #eee;	
}
