/* INS COLOUR stylesheet for Griffith University web site. (c) 2003 */
/* Version 2.0 2003.11.04 */
/* -------------------- colour settings only -------------------- */
BODY {
   background-color : #fff;
}
P {
   color : #000;
}
DIV {
   color : #000;
}
A:visited {
   color : #666;
}
A:link {
   color : #03c;
}
A:hover {
   color : #00f;
}
A:active {
   color : #00f;
}
TD {
   color : #000;
}
LI {
   color : #000;
}
DT {
   color : #000;
}
DD {
   color : #000;
}
/* H5 and H6 indent headings */
H6.indent {
   color : #000;
}
H5.indent {
   color : #000;
}
/* end of indent headings */
/* standard headings */
H6 {
   color : #000;
}
H5 {
   color : #000;
}
H4 {
   color : #000;
}
H3 {
   color : #c33;
}
H2 {
   color : #c33;
}
H1 {
   color : #c33;
}
