.sidebar ul {
    width: 100%;
}

.sidebar .title {
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.sidebar ul li a:hover {
    font-weight: b;
}



 /* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black}

/* mouse over link */
a:hover {
  color: black}

/* selected link */
a:active {
  color: black} 