/*
  Style for all problems web pages.
  There may also be separate style sheets for individual items.
*/
/* Style for quoting CK's statement of the problem */
div.kimberling {
  background-color: #E8F4FF;    /* pale blue */
  border-bottom: 1px solid #C8D4FF;
}
/* Style for headings: to be adjusted in later .css files if desired */
h1, h2, h3 {
  font-family: "Times New Roman";
  letter-spacing: 0.0em;
  word-spacing: 0.0em;
  text-align: left;
  color: black;
}
h1 {
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
}
h2 {
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
}
/* Use Times New Roman because Georgia is not very suitable for maths */
p, td, li {
  font-family: "Times New Roman";
  font-size: 1.2em;
}
p.eq {
  margin-left: 5%;
  width: 95%;
}
/* Style for sub and superscripts througjout */
sup, sub {font-size: 0.8em; vertical-align: 0; position: relative;}
sup { bottom: 1.0ex;}
sub {top: 0.8ex;}

/* 2012-01-05 Operators in Lucida Sans Unicode then there's a better chance the browser will display them */
span.op {
  font-family: "Lucida Sans Unicode";
}
table{
  margin-left: 5%;
}
/* end */
