/* **************************************************************************** */
/*	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					*/

/*	New links								*/
sup.new {
font-size: small;
color: #cc020c;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: small;
color: #cc020c;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
font-size: small;
color: #cc020c;
font-weight: bold;
font-family: "arial", "helvetica", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #cc020c;
font-weight: normal;
font-family: "arial", "helvetica", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: small;
color: #000000;
font-family: "arial", "helvetica", sans-serif;
}