.sidebar {
  text-decoration:none;
  color:rgb(55,0,100);
  background: #ffffff;
  font-family:arial;
  font-style:normal;
  font-size:11;
  font-weight:bold;
}

.sidebar a:hover {
  color:Teal;
}

