/*                                                *
 * Cascading Style Sheet for Control Group Alumni *
                                                  */

/* Set the default font to Sabon, preferred by the University */

body { font-family: sabon, 'times new roman', times, serif }


/* The colours allowed by the University house style are 
 
          * Cambridge Red (use <COLOR="#FF3300">)
          * Cambridge Yellow (use <COLOR="#FFcc00">).           
          * Cambridge Light Blue (use <COLOR="#99ccFF">)
          * Cambridge Dark Blue (use <COLOR="#003366">)
          * Cambridge Green (use <COLOR="#003300">)
          * Burgundy (use <COLOR="#330000">)

   But brighter versions of these are mandated by the Department

   <BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000A3" VLINK="#760076" ALINK="#FF0000">

   So force these to be used. */

body      { color: black;   background-color: white       }
A:link    { color: #0000a3; background-color: transparent }
A:visited { color: #760076; background-color: transparent }
A:hover   { color: #0000a3; background-color: #eeeeee     }
A:active  { color: #ff0000; background-color: transparent }
A.naked   { background-color: transparent }


/* Put the H1 text in the centre */
h1 { text-align: center }
h1.darkblue  { color: #003366; background-color: transparent }
h1.lightblue { color: #99ccff; background-color: transparent }
h1.cuedblue  { color: #0000a3; background-color: transparent }




/* Define a "centered" modifier. */
.centered { text-align: center }