/* **************************************************************************** */
/*	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/					*/
/*										*/
/* **************************************************************************** */



/*	.html file rather than the .css file					*/
body { background: #000000; }

/*	Paragraph									*/
p { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFFFF ! important; }

/*	Definition list									*/
dl {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFF99; }

/*	Menu									*/
small.menu { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ffffff; }

/*	Menu unvisited links							*/
a.menulink:link { color:#FFcc33; text-decoration:none }

/*	Menu visited links							*/
a.menulink:visited {color:#FFcc33; text-decoration:none }

/*	Menu active links (not widely supported)				*/
a.menulink:active {color:#FFcc33; text-decoration:underline }

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {color:#FFcc33; text-decoration:underline }

/*	Links unvisited links							*/
a.link:link {color:#FFcc33; text-decoration:none }

/*	Links visited links							*/
a.link:visited { color:#FFcc33; text-decoration:none }

/*	Links active links (not widely supported)				*/
a.link:active  { color:#FFcc33; text-decoration:underline }


/*	Links when hovered over (MSIE only)					*/
a.link:hover  { color:#FFcc33; text-decoration:underline }


/*	Unvisited links								*/
a:link { color:#FFcc33; text-decoration:none }

/*	Visited links								*/
a:visited { color:#FFcc33; text-decoration:none }


/*	Active links (not widely supported)					*/
a:active  { color:#FFcc33; text-decoration:underline }


/*	Links when hovered over (MSIE only)					*/
a:hover  { color:#FFcc33; text-decoration:underline }


/*	Links unordered lists							*/
ul {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFF99; }

/*	The link description							*/
span.descript {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #FFFFFF; }

/*	New links								*/
sup.new {font-size: x-small; color: #000000; background: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/*	Popular links								*/
sup.pop {font-size: x-small; color: #000000; background: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }


/*	Links date and hits							*/
small.date {font-size: x-small; color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/*	Number of links in categories						*/
small.numlinks {font-size: x-small; color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/*	This class is for "Looking for something in particular?"		*/
strong.search {font-size: 9pt; color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/*	This class is for "More options"					*/
small.more {font-size: 9pt; color: #ffffff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

/*	This class is for the error messages					*/
strong.error { font-weight: bold; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }

/*	This is for page $title_linked						*/
strong.title { font-size: small; font-weight: bold; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }

/*	Table cells								*/
td { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #FFFF99 }

/*	This is  for Category Listings table cells				*/
td.catlist { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #FFFF99}

/*	Preformatted text							*/
pre { font-size: 9pt; color: #ffffff; font-family: courier new; }

/*	This is for the page last updated text					*/
small.update { font-size: xsmall; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }

/*	This is for the total number of links					*/
p.grandtotal { font-size: 8pt; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }











