
body {
  font-family: serif;
  margin: 1em;
  background: black;
  color: rgb(192,192,192);
}

.inactive {
  color: rgb(64,64,64);
}

a {
  text-decoration: none;
  color: rgb(96,96,255);
}

a[href]:hover {
   color: rgb(96,255,96);

}

.month {
  font-size: 2em;
}

.year {
  font-size: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}


.showcaseouter {
  width: 605px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.showcaseinner {
  width: 605px;
  height: 650px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.showcase {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.monthcal {
  position: relative;
  width: 514px;
  height: 532px;
  margin-left: auto;
  margin-right: auto;
  border: thin solid white;
}

.monthcell {
  width: 62px;
  height: 77px;
  position: absolute;
}

.datethumbnailouter {
  width: 62px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
}

.datethumbnailinner {
  width: 62px;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
}

.datethumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.datecaption {
  font-size: 70%;
  width: 62px;
  height: 15px;
  position: absolute;
  top: 62px;
  left: 0px;
  text-align: center;
}

.r0 {
  top: 10px;
}
.r1 {
  top: 97px;
}
.r2 {
  top: 184px;
}
.r3 {
  top: 271px;
}
.r4 {
  top: 358px;
}
.r5 {
  top: 445px;
}
.c0 {
  left: 10px;
}
.c1 {
  left: 82px;
}
.c2 {
  left: 154px;
}
.c3 {
  left: 226px;
}
.c4 {
  left: 298px;
}
.c5 {
  left: 370px;
}
.c6 {
  left: 442px;
}
