@import url("fontlock.css");

body {
  font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background: #eee;
  padding:10%;
  padding-top:2%;
  margin:0px;
}

h1 {
  font-size: 32px;
  color: #369;
  margin: 0px;
}

h2 {
  font-size: 18px;
}

h3 {
  margin: 0px;
  padding: 0px;
}

pre {
    border: #66c 1px solid;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    white-space: pre;
    background-color: #bce;
    color: black;
}

img.smiley {
  border: 0px;
}

/*
.content table {
  border: #66c 1px solid;
  background: #fff;
  padding: 3px;
}
*/

.nonexistent { color: #999; }

/* Give a visual cue for dangling links.  */
a:link.nonexistent  { color: #999; }
a:hover.nonexistent { text-decoration: none; }

a	   { text-decoration: none; }
a:link     { color: #369; }
a:active   { color: #999; }
a:visited  { color: #69c; }
a:hover    { text-decoration: underline; }

.right {
  float: right;
}

.calendar .nonexistent {
  color: #999;
}

.calendar {
  float: right;
  background: #fff;
  border: #369 1px solid;
  padding: 3px;
}

.calendar .title th {
  background: #369;
}

.calendar th {
  text-align: center;
  background: #69c;
  color: #fff;
}

.calendar th a {
  color: #fff;
  text-decoration: none;
}

.calendar td {
  text-align: right;
}

.calendar a {
  text-decoration: underline;
}
