/* CSS Document */

/* Styles for the rollover bar*/

*#rollovers, *#rollover_spacers {
    background-color: #999999;
}

/* These styles affect the main editable region of the document 
   which has the identifier "main" */
*#main h1, *#main h3,
*#main .coloured,
*#main .coloured a,
*#main .coloured a:link,
*#main .coloured a:visited,
*#main .coloured a:active,
*#main .colouredtext,
*#main .colouredtext a,
*#main .colouredtext a:link,
*#main .colouredtext a:visited,
*#main .colouredtext a:active{
    color: #333399
}

*#main .coloured a:hover,
*#main .colouredtext a:hover{
    color: #6666cc
}

*#main table.grey th, *#main tr.grey th, *#main th.grey,
*#main table.greytable th, *#main tr.greytable th, *#main th.greytable {
    background-color: #333399
}	