a:link      { color: #0000ff; text-decoration: none; }
a:visited   { color: #800080; text-decoration: none; }
a:hover		{ color: #008080; font-style: italic; text-decoration: none; }
a:active	{ color: #008080; font-style: italic; text-decoration: none; }

body {
  background-image: url(/graphics/diaback.jpg);
  color: #008000;
  font-size: 15px;
}

div.link {
  background-color: #00bbff;
  border-color: #6495ed;
  width: 95%;
  padding: 0px 0px 0px 5px;
  margin: auto;
  border-style: outset;
  font-size: 13px;
}

p.sitetop {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

p.titlesentence {
  margin: 0px 0px 0px 30px;
  line-height: 200%;
}

p.year {
  margin: 15px 0px 0px 40px;
  font-size: 20px;
  font-style: italic;
}

p.month {
  margin: 0px 0px 0px 60px;
  font-size: 17px;
  line-height: 200%;
}

div.bgframe {
  background-color: #ffffff;
  border-color: #000000;
  width: 90%;
  padding: 0;
  margin: 0px 0px 10px 35px;
  border-style: ridge;
  border-width: 2px;
}

p.date {
  background-color: #e0ffff;
  margin: 0;
  padding: 2px 0px 2px 5px;
  border-bottom-color: #000000;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  font-style: italic;
  font-size: 17px;
  color: #ff0000;
}

p.sentence {
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  padding: 5px 10px 5px 5px;
  line-height: 200%;
}

pre.setup {
  margin: 0px 0px 0px 5px;
  padding: 0px 3px 0px 3px;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;        /* IE 5.5+ */
  line-height: 110%;
  font-family: monospace;
  color: #0000cd;
}

div.gotop {
  width: 95%;
  margin: 20px 0px 30px 0px;
  text-align: right;
}

p.space {
  margin: 30px 0px 0px 0px;
}


