body {
  background-color: #FFEBEF;
}
td.head {
	text-align: center;
	background-color: pink;
}
a:hover {
	font-style: italic;
	font-weight: bold;
}