::selection {
  background-color: #d0acff;
  color: #333; }

body {
  background-color: #eee; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    color: #2a0063; }
    body h1:hover, body h2:hover, body h3:hover, body h4:hover, body h5:hover, body h6:hover {
      color: #35007C; }
  body a {
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    color: #00317B; }
    body a:link {
      color: #004fc8; }
    body a:focus {
      color: #00317B; }
    body a:hover {
      color: #004fc8;
      background-color: white; }
    body a:active {
      color: #00317B; }
    body a.current {
      color: #888;
      text-decoration: none; }
      body a.current:link {
        color: #888; }
      body a.current:focus {
        color: #888; }
      body a.current:hover {
        color: #888;
        background-color: none; }
      body a.current:active {
        color: #888; }
  body .side-bar a {
    color: #001d48; }
