body {
  font-family: Helvetica, Arial, sans-serif; }

h1 a {
  color: white; }
h1 a:hover {
  text-decoration: underline; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.deposit {
  padding: 0.5em 0;
  min-height: 200px;
  font-size: 14pt; }
  .deposit a.link {
    font-weight: bold;
    display: block; }
  .deposit .date {
    display: inline; }
  .deposit .label {
    display: inline; }
  .deposit .tags {
    padding-top: 0.5em; }
  .deposit .sources {
    display: inline; }
  .deposit .header {
    padding-top: 1em; }
  .deposit ul.tags, .deposit ul.sources {
    padding-left: 0;
    display: inline; }
  .deposit ul li.tag, .deposit ul li.source {
    list-style: none;
    display: inline; }
  .deposit ul li.tag {
    color: blue; }

#copyright {
  float: left;
  padding: 1em 0;
  width: 100%;
  clear: both;
  border-top: 1pt solid #333333;
  text-align: center; }

body {
  line-height: 140%;
  padding: 0;
  margin: 0; }

h1 {
  text-align: center; }

h2 {
  font-size: 110%;
  text-align: center; }

h3 {
  font-size: 105%;
  margin-bottom: 0.1em; }

header#header {
  width: 100%;
  position: relative; }
  header#header h1 a {
    color: black; }

#main_page {
  width: 750px;
  margin: 0 auto; }
  #main_page .deposit {
    font-size: 12pt; }
  #main_page #copyright {
    position: relative;
    color: #777777;
    background-color: white; }
    #main_page #copyright a {
      padding-left: 2em; }
  #main_page #content {
    float: left;
    width: 750px; }
    #main_page #content .column1 {
      width: 229px;
      padding: 0 10px;
      float: left; }
    #main_page #content .column2 {
      width: 229px;
      padding: 0 10px;
      float: left; }
    #main_page #content .column3 {
      width: 229px;
      padding: 0 10px;
      float: left; }
    #main_page #content nav.toolbar {
      float: left;
      width: 100%;
      clear: both;
      position: relative;
      padding-top: 1em; }
      #main_page #content nav.toolbar .next {
        float: right; }
      #main_page #content nav.toolbar .page_info {
        position: absolute;
        width: 60%;
        margin-left: 20%;
        text-align: center; }
      #main_page #content nav.toolbar .prev {
        float: left; }

