a, a:visited {
  background-color: #ffffff;
  color: #3399ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px none;
}

#content {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  padding-bottom: 50px;
  padding-left: 250px;
  padding-right: 25px;
  padding-top: 0px;
}

#content p {
  background-color: transparent;
  background-image: url(trans.gif);
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}

#heading {
  background-color: #ffff99;
  border-bottom: 3px solid #000000;
  color: #000000;
  height:130px;
  left: 0px;
  position: relative;
  top: 0px;
}

#heading #script {
  background-color: #ffff99;
  color: #000000;
  font-family: "Monotype Corsiva", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5em;
  position: absolute;
  right: 5px;
  text-align: right;
  text-transform: lowercase;
  top: 12px;
}

#heading h1 {
  background-color: #ffff99;
  color: #3399ff;
  font-size: 3em;
  font-weight: lighter;
  letter-spacing: 0.5em;
  left: 30px;
  position: absolute;
  bottom: 0px;
}

#navigation {
  left: 60px;
  position: absolute;
  top: 140px;
  width: 140px;
}

#navigation .button {
  background-color: #ffff99;
  border: #333333 1px solid;
  color: #000000;
  display: block;
  font-size: 90%;
  margin-bottom: 4px;
  margin-top: 8px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-top: 6px;
  text-decoration: none;
  width: 100%;
}

#navigation .button:hover {
  background-color: #3399ff;
  border: #333333 1px solid;
  color: #ffffff;
}


#navigation .calendar {
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0.3em;
  text-align: center;
}

#navigation a.calendar {
  border: none;
  display: inline;
  font-weight: normal;
  margin: 0px;
  padding: 0.1em;
  text-decoration: none;
  width: auto;
}

#navigation .heading {
  font-size: 120%;
  font-weight: bold;
}

#navigation p {
  background-color: transparent;
  color: #000000;
  font-size: 80%;
  margin-bottom: 4px;
  margin-top: 8px;
}

#navigation today {
  font-weight: bold;
  text-decoration: underline;
}

#navigation ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 1em;
}

.hidden {
  display: none;
}

.small {
  font-size: 60%;
}

.title {
  font-weight: bold;
  text-decoration: underline;
}