/* Rice Color Blue is Pantone 294: R0 G36 B106, Hex:#002469 or print C100 M93 Y28 K22.
   Rice color Gray is Pantone 425: R94 G96 B98, Hex:#5e6062 or print C0 M0 Y0 K77.
   See http://staff.rice.edu/images/styleguide/Rice_Identity_Standards.pdf
   Website setup Uwe Oberlack, 2008-01-08.
*/
H1
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  font-size:200%
}
H2
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  font-size:150%
}
H3
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  font-size:125%
}
H4
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  font-size:100%
  margin-top: 2em;
  margin-bottom: 0.5em
}
H5
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  font-size:100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em
}
BODY
{
  color:rgb(0, 36, 106);
  font-family:sans-serif;
  background-color:white
}
/*A:link{color:white}*/
A:link{color:rgb(94,96,98)}
A:visited{color:rgb(28,30,32)}
TD
{
    /* text-align: top */
    vertical-align: top
}
DIV
{
    
}