/* CSS Document */
/* These are the UCL-CS styles particular to "research" pages 
   Their main effect is to select appropriate colours*/

/* Styles for the rollover bar*/

*#rollovers, *#rollover_spacers {
    background-color: #999933;
}

*#research_rollover a,	
*#research_rollover a:link,
*#research_rollover a:visited,
*#research_rollover a:active{
    color: #ffffff;
}

/* 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: #999933
}

*#main .coloured a:hover,
*#main .colouredtext a:hover{
    color: #CCCC66
}

*#main table.grey th, *#main tr.grey th, *#main th.grey,
*#main table.greytable th, *#main tr.greytable th, *#main th.greytable {
    background-color: #999933
}	