/* GREEN COLOUR stylesheet for Griffith University web site. (c) 2001 */
/* Version 0.10 - 17.05.01 */

/* -------------------- colours -------------------- */


BODY {
   background-color : #ffffff;
}


P {
   color : #000000;
}


DIV {
   color : #000000;
}



A:visited {
   color : #999999;
}

A:link {
   color : #0033cc;
}

A:hover {
   color : #0000ff;
}

A:active {
   color : #0000ff;
}


TD {
   color : #000000;
}

LI {
   color : #000000;
}

DT {
   color : #000000;
}

DD {
   color : #000000;
}


/* H5 and H6 indent headings */

H6.indent {
   color : #000000;
}


H5.indent {
   color : #000000;
}

/* end of indent headings */


/* standard headings */

H6 {
   color : #000000;
}

H5 {
   color : #000000;
}

H4 {
   color : #000000;
}

H3 {
   color : #006600;
}

H2 {
   color : #cc3333;
}

H1 {
   color : #006600;
}



