body
{
   background: #9F6DE0;
   font-family: Courier, monospace;
}

a:link, a:visited, a:hover
{
   color: #000000;
}

div#title
{
   position: absolute;
   left: 50px;
   top: 20px;

   font-size: 16px;
}

div#subtitle
{
   position: absolute;
   left: 70px;
   top: 45px;

   font-size: 10px;
}

div#navigation
{
   position: absolute;
   left: 20px;
   top: 60px;
   padding: 10px;

   font-size: 12px;
}

div#navigation span
{
   background: #A37BD7;
   border-left: 1px solid #684794;
   border-right: 1px solid #684794;
   padding: 2px 10px 2px 10px;
   margin: 0px 10px 0px 10px;
}

div#navigation span:hover
{
   border-bottom: 2px solid #4D3074;
   cursor: pointer;
}

div#content
{
   position: absolute;
   left: 20px;
   top: 50px;
   padding: 10px;
   border-top: 1px solid #4D3074;
   border-left: 1px solid #4D3074;
}

li
{
   padding: 2px;
}
