/* **************************************************************************** */
/*	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/					*/
/*										*/
/* **************************************************************************** */
/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/


/*	This is for main headers on all pages *apart* from the home page	*/
h2.header {font-size:17pt; font-color:#0000FF; font-family: verdana, helvetica, arial
}

TD { font-size:9pt; font-color:#FF0000; font-family: verdana, helvetica, arial 
}
A:link { color: #4040FF;
}
A:visited { color: #4040FF;
}
A:active { color: #FF0000; 
}
A:hover { color: #FF0000; 
}


