html {
  border-top: 20px solid #045FB4;
  border-bottom: 20px solid #045FB4;

}
.block {
  text-align: right;
}
tr:hover td {
	background:#045FB4;
}
a:hover {
	color:#fff;
}

tr.parent a[href^="/"] {
	color: #aaa;
}
.parent a[href^="/"]:hover {
  color: #aaa;
}
