
body.body {
color : black;
font-size: 12pt;
margin: 25px 50px;
font: courier;
background: rgb(248,172,64);
}

div.top {
width: 354px;
margin: 4px 1px;
}

span.topleft {
vertical-align: top;
text-align: left;
color : blue;
border: solid thin blue;
padding: 2px;
background: rgb(255,255,0)
}

span.topright {
color : rgb(184,160,0);
border: solid thin red;
background: rgb(0,0,0) ;
padding: 1px;
}


 

p {
white-space: normal;
width : 720px
}

div.light {
width: 720px;
border: solid thin rgb(168,172,168);
margin: 1px;
padding: 4px;
background: rgb(240,240,240);
}

div.lighter{ 
width: 720px;
border: solid thin rgb(168,172,168);
margin: 1px;
padding: 4px;
background:  rgb(255,252,232);
}

div.bottom{
width: 727px;
border: dashed thin rgb(168,172,168);
margin: 4px 1px;
background: rgb(135,250,250);
}



