body {
  font-family: Arial;
  font-size: 16px;
}

a, a:visited, a:active, a:hover {
  color: blue;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  display: inline;

}

li:not(:first-child):before {
  content: " | ";
}


img {
  float: right;
  width: 118px;
}
