/* CSS Document */
/* These are the UCL-CS styles particular to "students" pages 
   Their main effect is to select appropriate colours*/

/* Styles for the rollover bar*/

*#rollovers, *#rollover_spacers {
    background-color: #FFFFFF;
}

*#students_rollover a,	
*#students_rollover a:link,
*#students_rollover a:visited,
*#students_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 .colouredtext{
    color: #996699;
}

/* There seems to be duplication in what follows but it seems to be necessary */

*#main .coloured a,
*#main .coloured a:link,
*#main .coloured a:visited,
*#main .colouredtext a,
*#main .colouredtext a:link,
*#main .colouredtext a:visited{
    color: #996699;
}

*#main a.coloured,
*#main a:link.coloured,
*#main a:visited.coloured,
*#main a.colouredtext,
*#main a:link.colouredtext,
*#main a:visited.colouredtext{
    color: #996699;
}

*#main .coloured a:hover,
*#main .colouredtext a:hover{
    color: #FF66FF;
}

*#main a:hover.coloured,
*#main a:hover.colouredtext{
    color: #FF66FF;
}

*#main table.grey th, *#main tr.grey th, *#main th.grey,
*#main table.greytable th, *#main tr.greytable th, *#main th.greytable {
    background-color: #996699
}	