BODY
{
  background-color: black;
  color: white;
}

A
{
  text-decoration: none;
  color: orange;
}

A:hover
{
  text-decoration: underline;
  color: #0c0;
}

DIV.navigation
{
  position: absolute;
  top: 20px;
  right: 20px;
  padding-right: 20px;
}

DIV.main
{
  width: 75%;
  margin-left: 20px;
}

DIV.blogentry
{
  border: 1px orange solid;
  padding: 10px;
  color: #ccc;
}

H1:first-letter
{
  color: red;
}

P:first-letter
{
  color: red;
  text-decoration: underline;
}

DIV:first-line
{
  color: red;
}

SPAN.date
{
  color: #0c0;
}

UL#navigation
{
  list-style: none;
  padding-left: 1em;
}

UL#navsub
{
  list-style: none;
  padding-left: 1em;
}



