
/*
TITLE  - CIS Style Sheet

AUTHOR - Greg Colley (xrmx.com)

DATE   - 13/03/2001
*/



/* HYPERLINKS - DON'T Change or add any fonts! 
Or it will mess up formatting and cause the java applet to crash!
Feel free to edit the colours though.
*/
A:link {
	font-family: Times New Roman, Verdana;
	text-decoration: none; 
	color: #0000DD;
}

A:visited {
	font-family: Times New Roman, Verdana;
	text-decoration: none; 
	color: #000088;
}

A:active {
	font-family: Times New Roman, Verdana;
	text-decoration: none; 
	color: #0000FF; 
}

A:hover {
	font-family: Times New Roman, Verdana;
	text-decoration: none; 
	color: #0F0000; 
	
}
