body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(0,0,0);
    background-color: #fff;
}

h2 {
    background-color: #eee;
}

a {
    color:		rgb(0,0,196);
}

a:visited {
    color:		rgb(0,0,196);
}

a:hover {
    color:		rgb(0,0,128);
}

a:link,
a:visited {
  color: #225a97;
  text-decoration: none;
  transition: color .2s linear;
  transition-delay: .1s
}
a:hover {
  transition: color 0s linear;
  text-decoration: underline;
}

@media (min-width: 48em) {
  div#body_outer {
      margin-left: 17em;
      max-width: 60em;
      border-left: 2px solid black;
  }

  div#body {
      margin: 1em;
  }

  div#sidebar {
      position: fixed;
      width: 17em;
      float: left;
      text-align: left;
  }
}

@media (max-width: 48em) {
  div#body_outer {
  }

  div#body {
      margin: 1em;
  }

  div#sidebar {
      text-align: left;
  }
}

