a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: blue;
}
.small {
  font-size: smaller;
}
.archives {
  font-size: smaller;
}
.right {
  text-align: right;
}
.header {
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: 10px;
  margin: 0;
  border: 0;
  width: 270px; 
  height: 100px;
  overflow: hidden;
}
.navigation {
  position: absolute; 
  top: 100px;
  bottom: 150px;
  left: 0;
  padding: 10px;
  margin: 0;
  border: 0;
  width: 270px; 
  height: auto;
  overflow: auto;
}
.footer {
  position: absolute; 
  top: auto;
  width: 270px; 
  bottom: 0; 
  left: 0; 
  padding: 10px;
  margin: 0;
  border: 0;
  height: 150px;
  overflow: hidden;
}
.content {
  position: absolute; 
  top: 0;
  left: 290px;
  right: 0;
  overflow: auto; 
  text-align: left;
  padding: 10px;
  margin: 0;
  border: 0;
  border-left-width: thin;
  border-left-style: dashed;
  height: 100%;
  max-width: 800px;
}
.month-calendar {
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.year-calendar {
  margin-left:auto; 
  margin-right:auto;
  text-align: center;
}
.month-calendar-head {
  text-align: center;
}
.year-calendar-head {
  text-align: center;
}
.code {
  font-family: monospace;
  white-space: pre;
  font-size: smaller;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
