/*
This style sheet formats elements on the quiz problem and answer documents.
*/

BODY
{
background-image: url("images/ch4bg.gif");
}

H4
{
color:  000000;
background-color:  #ffcc66;
padding:  5;
font-family:  Arial
}
TD
{
background-color:  #ffcc66;
padding:  5;
font-weight:  bold
}

