body {
  padding-top: 50px;
}

.logo {
  margin-top: 10px;
}

.lined_title{
  background-color:orange;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lined_title h1{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 28px;
}

.linked-panel:hover {
  background-color: #dfdfdf;
}

.linked-panel a{
  text-decoration: none;
}

.linked-panel h2{
  margin-top: 0px;
  margin-bottom: 5px;
}

.linked-panel p{
  margin-top: 0px;
  margin-bottom: 5px;
}

