/*  alternative test style sheet  */

/*
 You may have noticed the stupid.css file, it's deliberately set up to
 look hideous, as an example of picking inappropriate layouts, even
 if you might think that they look good.
*/


html, body
{
 color:  black;
 background-color:  yellow;
 font-size: 50%;
}


p {width:  100em;}

.boxout {width:  15em;}

a[href]
{
 text-decoration:  none !important;
 color:  black;
 background:  inherit;
}
