body{
  margin-left: 10%; 
  margin-right: 10%;
  color: white; 
  background: black;
  font-size: 115%;
}

a:link    {text-decoration:none;color:#dfdffc;}
a:visited {text-decoration:none;color:#ccffff;}
a:active  {text-decoration:none;color:#ffffcc;}
a:hover   {text-decoration:underline;color:#fccfcc;}

h1,h2,h3,h4,h5,h6{
  color: #ffff88;
}
h1,h2,h3{
  text-align: center;
  font-size: 200%;
}

div{
font-weight: bold;
}

div.box { 
border: solid; 
border-width: 
thin; width: 100% 
}


p.mono{
font-family: monospace;
font-weight: bold;
}

table{ 
border-spacing: 10px;
}

