/*     GRHS main CSS definition file containing stylesheet        */

/* background-color: rgb(255,255,255)= HTML "#FFFFFF" (white)     */

/* text color:       rgb(0,0,63)     = HTML "#000088" (dark blue) */

/* link unvisited:   rgb(0,0,188)    = HTML "#0000BC" (med. blue) */

/* visited link:     rgb(0,0,170)    = HTML "#0000AA" (light blue)*/

/* hover on link:    rgb(80,0,80)    = HTML "#000080" (Purple)       */

/* Header: <body bgcolor="#000063"> (vdark blue)                  */

BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;

       background-color: rgb(255,255,255);

       color: rgb(0,0,63); }

/* Link Definitions */

A:active { color: rgb(255,0,0);}

A:link { color: rgb(0,0,188);}

A:visited { color: rgb(0,0,170);}

A:hover { color: rgb(80,0,80);}