/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Menu unvisited links							*/
a.menulink:link {
color: #6633FF;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF6666;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
}

/*	Tools unvisited links							*/
a.toolslink:link {
color: #FFFFFF;
}

/*	Tools visited links							*/
a.toolslink:visited {
color: #FFFFFF;
}

/*	Tools active links (not widely supported)				*/
a.toolslink:active {
color: #FFFFFF;
}

/*	Tools links when hovered over (MSIE only)				*/
a.toolslink:hover {
color: #00FF00;
}


/*	Tools links when static (MSIE only)				*/
a.toolslink {
TEXT-DECORATION: none
}