/* CSS Document */

pre.code {
  background-color:#CCCCCC;
  font-weight:bold;
}

code, pre {
page-break-inside:avoid;
font-weight:bold; 
}

body { 
   font-family: Palatino Linotype, Book Antiqua , serif;   
   font-size:medium;
   background-color:rgb(245,245,245);
   width: 600px;
			margin-left:1em;
}

.problems li {
  padding-bottom:5px;
}

.problems tt {
  font-weight:bold;
}

tt {
  font-weight:bold;
}

p.half, li.half {
   padding-bottom:0.25in;
}

p.one, li.one {
   padding-bottom:1in;
}

p.two, li.two {
   padding-bottom:2in;
}
p.twohalf, li.twohalf {
   padding-bottom:2.6in;
}

p.three, li.three {
   padding-bottom:3in;
}

p.four, li.four {
   padding-bottom:4in;
}

img {
  padding-top:0.25in;
  padding-bottom:0.25in;
  clear:both;
}

li li {
  list-style:lower-alpha;
}

