﻿footer a {
    color: #005999;
}

.page-content a:link,
.page-content a:visited,
footer a:hover {
  color: #0077CC;
}

.page-content a:hover,
.page-content a.highlight,
.page-content a.active,
.page-content a.selected {
  color: #49b4ff;
}

.sidebar-links li.active > a {
  background-color: #B3E0FF;
}

.sidebar-links li > a:hover {
  background-color: #80CBFF;
}