body {
  background:#333;
  margin:0;
  padding:15px 0;
  font-family:Arial;
  font-size:0.8em;
  color:#888;
  }
a:link, a:visited {
  color:#bbb;
  text-decoration:none;
  }
a:hover {
  color:#888;
  text-decoration:underline;
  }

/* Sidebar Content
----------------------------------------------- */
#show {
  margin:30 30 0;
  float:left;
  }
#navbar {
  width:auto;
  float:left;
  }
#navbar a {
  color:#888;
  }
#navbar a:hover {
  color:#bbb;
  text-decoration:underline;
  }
#title {
  font-size:200%;
  font-weight:normal;
  text-align:left;
  letter-spacing:.2em;
  }
#navbarcontent a:link, #navbarcontent a:visited {
  color:#bbb;
  text-decoration:none;
  }
#navbarcontent a:hover {
  color:#888;
  text-decoration:underline;
  }


/* Slideshow
----------------------------------------------- */
.dtop,.dbottom {
    display:block;
    background-color:#333333; /* change the color of the corners here */
    }
.dtop b,.dbottom b {
    display:block;
    height:1px;
    overflow:hidden;
    background:#000;
    }
.d1 {
    margin:0 5px;
    }
.d2 {
    margin:0 3px;
    }
.d3 {
    margin:0 2px;
    }
.dtop .d4,.dbottom b.d4 {
    margin:0 1px;
    height:2px;
    }