body { 
  background-color: #EAEEF6;
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  margin: 0 0 0 0;
}

/* h1 { font-size: 180%; font-weight: extra-bold; } */
/* h2 { font-size: 160%; font-weight: extra-bold; } */
/* h3 { font-size: 140%; font-weight: extra-bold; } */
/* h4 { font-size: 125%; font-weight: bold;  } */
/* h5 { font-size: 100%; font-weight: bold;  } */
/* h6 { font-size:  75%; font-weight: bold;  } */

/* a:link { color: #993399; font-weight: bold } */
/* a:visited { color: #330066; font-weight: bold } */
/* a:active { color: darkblue;  font-weight: bold } */
a:hover { background: #FFFACD }
a.glink { color:red }

#backgroundDark { color: #18398C }
#backgroundMedium { color: #086BBD }
#backgroundLight { color: #CBECF4 }
#backgroundGold { color:  #FFCB05 }
#backgroundWhite { color: #FFFFFF }

p.promptText {
  width: 80%;
  margin: 10px;
}

p.correctableText {

  height: 32ex;
  overflow: auto;
  border-style: inset;
  border-width: 2px;
  border-color: grey;
  margin: 10px;
  padding: 6px;
  background: white;
}

tr.lightBlue {
  background-color:#EAEEF6;
}

tr.top1 { 
  background-color:#FFCB05 ;
  width: 100%;
  height: 25px;
}

tr.top2 { 
  background-color: #18398C;
  width: 100%;
  height: 25px
}

tr.top3 { 
  background-color: #086BBD;
  width: 100%;
  height: 35px;
}

tr.pearson-home-main { 
  background-color: #FFFFFF;
  width: 100%;
}

tr.main { 
  background-color: #EAEEF6;
  width: 80%;
/*  height: 50% */
}

tr.bottom3 { 
  background-color: #EAEEF6;
  text-align: center;
}

tr.bottom2 { 
  background-color: #FCF2AE;
  width: 100%;
  height: 20px;
}

tr.bottom1 { 
  background-color:#71A1D6;
  width: 100%;
  font-size: 11px;
  height: 35px;
  text-align: center;
/*  font-family: Helvetica, Verdana, sans-serif; */
}

/*
  Used for tool tip popup
*/

#dek { POSITION:absolute; VISIBILITY:hidden; Z-INDEX:200; 
}
