div /* */
/* pre  test ok */
{ 
  background: #cdf; /* light steel blue #cdf bde is also ok, #e0e8ff is lighter*/
  border: 1px solid #679; /* slategrey4 or lightskyblue4*/
  color: #235;  /* #235; gray21 black is ok too*/
  font-size: 90%;  /* much better than 100% */
  padding:0.3em; /* .3em just nicely offset*/
}
/* new 2009 */
span
{
 color: #907; /*  plum wie logo rust; #903*/
 font-size: 110%;
 padding: 1.2em;
}
