body{
  margin-left: 10%; 
  margin-right: 10%;
  color: black; 
  background: #ffccbb;
}

a:link    {text-decoration:none;color:#00aaaa;}
a:visited {text-decoration:none;color:#00aa88;}
a:active  {text-decoration:none;color:#ffffff;}
a:hover   {text-decoration:underline;color:#ff00ff;}

h1{
  text-align: center;
  color: #663300;
  font-size: 200%;
}
h2,h3{
  margin-left: -5%; 
  color: #663300;
}

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;
}

