body {
  padding: 0;
  margin: 0;
  font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
  font-size: 16px;
  background-color: #96a8c8; }

a img {
  border: 0; }

#header h1 {
  color: black;
  font-weight: bold;
  margin-left: 60px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px; }

#header span {
  text-align: center;
  color: black;
  margin-left: 40px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px; }

#navigation {
  text-align: center;
  margin: 0.2em 0.5em; }

#content {
  background-color: white;
  min-height: 600px; }

#content #list {
  padding: 30px; }
  #content #list span {
    margin-bottom: 10px; }
    #content #list span a {
      border: 1px solid #dddddd;
      color: #0063dc;
      text-decoration: none;
      clear: both; }
      #content #list span a:hover, #content #list span a:focus {
        border-color: #003366;
        background: #0063dc;
        color: white; }

#content #title {
  text-align: center; }
  #content #title h2 {
    color: black; }
#content #desc center p {
  padding: 5px; }
#content #text_about {
  text-align: center;
  padding: 5px; }
  #content #text_about #about_rp {
    text-align: justify;
    padding: 5px; }
#content #error_404 {
  font-size: 20px; }

#footer #info {
  margin-left: 40px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  #footer #info a {
    color: black;
    text-decoration: none; }
    #footer #info a:hover, #footer #info a:focus {
      color: black;
      text-decoration: underline; }

#pagination {
  padding-top: 15px;
  padding-bottom: 15px; }
  #pagination a {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px;
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    #pagination a:hover, #pagination a:focus {
      color: #000033;
      border-color: #000033; }
  #pagination a.disabled {
    color: #999999;
    border: 1px solid #dddddd; }

.digg_pagination {
  background: white;
  /* self-clearing method: */ }
  .digg_pagination a {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination a.disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination a.current {
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }
