#main .nav-pills > li.active > a,
#main .nav-pills > li.active > a:hover,
#main .nav-pills > li.active > a:focus {
   background-color: #2471A3;
}

#main .nav-pills > li > a:hover {
  background-color: #2471A3;
}

h1,h2,h3,h4,h5,h6,legend{
    color: #2471A3;
}

#nav-top span.glyphicon {
  color: #2471A3;
}

#table-of-contents header{
    color:#2471A3;
}

#table-of-contents h2{
    background-color:#2471A3;
}

#main a {
    background-image: linear-gradient(180deg,#d64a70,#d64a70);
    color:#c7254e;
}

a:hover{
    color:#8E44AD
}

a:visited{
    color:#8E44AD
}
