body 
{
  font-family: verdana;
  font-size: 90%;
}

h1
{
  color: #7070A0;
  font-size: 150%;
  margin: 0;
}

h2
{
  color: #7070A0;
  font-size: 120%;
  margin: 0;
}

.item
{
  border-bottom:  solid 1px #BBBBDD;
  margin-bottom:  1em;
}

.example
{
  border: solid 1px #BBBBDD;
  background-color: #EEEEFF;
  padding: 0.5em;
}

.date
{
  font-size: 70%;
  margin: 0 0 0 10px;
}

.footer
{
  font-size: 70%;
}

a
{
 text-decoration: underline;
 color: #7070A0;
}

a:hover
{
 text-decoration:none;
}