/* **************************************************************************** */
/*	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					*/
body {
	color: #FFFFFF;
	background: #FFFFFF url("http://www.nichelinks.com/pages/back2.jpg") repeat-y;
	background-repeat : repeat;
}

/*	Paragraph									*/
p {
	margin-left: 60px;
	color: White;
	font-family: "Comic Sans MS";
	font-style : normal;
	font-weight : bold;
	font-variant : normal;
	font-size : larger;
	font : medium;
}

/*	Definition list									*/
dl {
	color: White;
	font-family: "Comic Sans MS";
	font : normal;
}

/*	Menu									*/
small.menu {
	font-size: larger;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font : normal;
	text-decoration : none;
}

/*	Menu unvisited links							*/
a.menulink:link {
	color: White;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : normal;
	text-decoration : none;
}

/*	Menu visited links							*/
a.menulink:visited {
	color: #FFFFFF;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : normal;
	text-decoration : none;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
	color: #FFFFFF;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : normal;
	text-decoration : none;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
	color: Yellow;
	text-decoration : underline;
}

/*	Links unvisited links							*/
a.link:link {
	color: #FFFFFF;
	font-family : "Comic Sans MS";
	font : normal;
	font-size: larger;
	text-decoration : none;
}

/*	Links visited links							*/
a.link:visited {
	color: #FFFFFF;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : normal;
	text-decoration : none;
}

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

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
	color: Yellow;
	text-decoration : underline;
}

/*	Unvisited links								*/
a:link {
	color: White;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : normal;
	text-decoration : none;
}

/*	Visited links								*/
a:visited {
	/* color: #000000;
	*/
	color: #FFFFFF;
	font : normal;
}

/*	Active links (not widely supported)					*/
a:active {
	color: #FFFFFF;
	font-family : "Comic Sans MS";
	font-size : larger;
	font : bolder;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
	color: Yellow;
	text-decoration : underline;
}

/*	Links unordered lists							*/
ul {
	margin-left: 60px;
	list-style: disc;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	text-decoration : none;
}

/*	The link description							*/
span.descript {
	font-size: small;
	color: Yellow;
	font-family: "Comic Sans MS";
}

/*	New links								*/
sup.new {
	font-size: small;
	color: Yellow;
	font-weight: normal;
	font-family: "Comic Sans MS";
}

/*	Popular links								*/
sup.pop {
	font-size: larger;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: "Comic Sans MS";
}

/*	Links date and hits							*/
small.date {
	font-size: small;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	Number of links in categories						*/
small.numlinks {
	font-size: small;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Comic Sans MS";
}

/*	This class is for "More options"					*/
small.more {
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Comic Sans MS";
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
	margin-left: 40px;
	font-size: large;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	This class is for the main header on the Links home page		*/
h1.home {
	margin-left: 40px;
	font-size: large;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	This class is for the error messages					*/
strong.error {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Comic Sans MS";
}

/*	This is used for the sub headers					*/
h2 {
	margin-left: 40px;
	font-size: medium;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}

/*	This is for page $title_linked						*/
strong.title {
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}


/*	This is  for Category Listings table cells				*/
td.catlist {
	font-size: larger;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	Preformatted text							*/
pre {
	margin-left: 60px;
	font-size: larger;
	font-weight: normal;
	color: #FFFFFF;
	font-family : "Comic Sans MS";
}

/*	This is for the page last updated text					*/
small.update {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}

/*	This is for the total number of links					*/
p.grandtotal {
	margin-left: 60px;
	font-size: smaller;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}












