BODY
{
/*  background-color: steelblue;*/
  background-color: #39c;
  color: yellow;
}

A
{
  text-decoration: none;
  color: white;
}

A:hover
{
  text-decoration: underline;
}

DIV.navigation
{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #369;
  padding-right: 20px;
}

DIV.main
{
  width: 75%;
  margin-left: 20px;
}

P.blogentry
{
  border: 1px white solid;
  padding: 10px;
  background: #369;
}

UL#navigation
{
  list-style: none;
  padding-left: 1em;
}

UL#navsub
{
  list-style: none;
  padding-left: 1em;
}



