* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
}

.td {
	border-left: 2px solid #01035c;
}

.b-hr {
	text-decoration: none;
	color: white;
}

.t-hr {
	text-decoration: none;
	color: #02035d;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	display: block;		
}

ul li {
	float: left;
  padding: 2px;
}

ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  border-radius: 3px;
  background-color: #01035c;
}

ul li a:hover {
  color: #fff;
  background-color: #020339;
}

