body
{
  background:#06005c; 
  color:#8ac5ed;
  height:100%;
}

h2,h3
{
  color:#00FFFF;
}

h3
{
  font-style:italic;
}

div#title
{
  height:20%;
}

div#main
{
  position:relative;
  width:75%;
}

div#navmenu
{
  position:absolute;
  border:dotted thin;
  padding:0.5em 1.5em 0px;
  line-height:1.2em;
  color:#5ed6ff;
  margin-left:78%;
  margin-top:2%;
  height:75%;
  width:10em;  /* This width only for IE5/Win. */
/* The ugly brilliant hack by Tantek Celik. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:20%;
}
/* Again, "be nice to Opera 5". */
body>#navmenu {width:9em;}

A:link {color:#8aede7; background-color:inherit !important;}
A:visited {color:#33FFFF; background-color:inherit !important;}

img.center {
display: block;
margin: 0 auto;
} 

