body{
  margin-left: 10%; 
  margin-right: 10%;
  color: #000066; 
  background: #eeeeff;
}

a:link    {text-decoration:none;color:#006688;}
a:visited {text-decoration:none;color:#7788aa;}
a:active  {text-decoration:none;color:#ff00cc;}
a:hover   {text-decoration:underline;color:#00ffff;}

h1,h2,h3,h4{
  color: #000088;
}

h1{
  text-align: center;
  font-size: 200%;
}

h2{
  margin-left: -5%; 
}

h3,h4,h5{
  margin-left: -3%; 
}

div{
font-weight: bold;
}

div.box { border: solid; 
border-width: 
thin; width: 100% 
}
span{
font-weight: bold;
}

p.mono{
font-family: monospace;
font-weight: bold;
}


