body{
	font-family: Arial, sans-serif;
}
header {
    background-color: #E16161;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
font-family:'helvetica', san-serif;;
}

}
th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

tr:hover {background-color: #E16161}


