









table.fancytable {

  margin-left:16px;

  background: #fff;

  border-collapse: collapse;

   border-width: 7px;



	border-style: solid;

	border-color: #D2EAF6;



	width:400px;



}

table.fancytable tr:hover {

   background: #EFF8FC !important;

}

table.fancytable th, table.fancytable td {

  border-bottom: 1px #9FDAF7 solid;

  border-right: 1px #9FDAF7 solid;

  padding: 0.5em;

  font-family:georgia;

  font-size:12px;

  color:#000;

}



table.fancytable caption {

  margin-left: inherit;

  margin-right: inherit;

}

