/* **************************************************************************** */
/*	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 {
margin-left: 0px;
margin-right: 0px;
color: #000000;
background-color: #FCFEE0;
}

/*	Paragraph									*/
p {
margin-left: 0px;
color: #000000;
background-color: #FEF5E7;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Paragraph CATEGORY									*/
p.category {
margin-left: 0px;
color: #000000;
line-height:38px;
font-family: "verdana", "arial", "geneva", sans-serif;
background: url("");
}

/*	Paragraph2									*/
p2 {
margin-left: 0px;
margin-bottom: 2px;
margin-top: 2px;
line-height:114px;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
background: url("");
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: 11px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu - HOME PAGE ONLY									*/
small.menuhome {
font-size: 14px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: blue;
}

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

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

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

/*	Links unvisited links							*/
a.link:link {
color: blue;
}

/*	Links visited links							*/
a.link:visited {
color: blue;
}

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

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
}

/*	Unvisited links								*/
a:link {
color: blue;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: blue;
}

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

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
}

/*	Links unordered lists							*/
ul {
margin-left: 15px;
margin-bottom: 0px;
margin-top: 0px;
line-height:24px;
list-style: disc;
position:left;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	The link description							*/
span.descript {
font-size: small;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
margin-bottom: 1px;
margin-top: 1px;
}

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

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
background: #FCF5BE;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #FFFFFF;
background: #000000;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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

/*	This class is for "More options" on CATS					*/
small.more2 {
font-size: small;
color: white;
background: #000000;
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page and cats	*/
h1 {
margin-left: 2px;
margin-top: 3px;
margin-bottom: 3px;
font-size: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #828282;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all CATS pages	*/
h1.cats {
margin-left: 0px;
font-size: medium;
font-weight: bold;
border: outset;
border-size: 0px;
border-color: #EDE0D0;
color: #FFFFFF;
background: #828282;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 0px;
margin-bottom: 0px;
font-size: 30px;
font-weight: bold;
border: none;
border-size: 0px;
border-color: #BCA921;
color: #FFFFFF;
background: #000000;
font-family: "arial";

}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2 {
margin-left: 0px;
font-size: medium;
font-weight: bold;
border: none;
border-size: 0px;
border-color: #BCA921;
color: #FFFFFF;
background-color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers on CAT PAGES					*/
h2.lisings {
margin-left: 0px;
margin-bottom: 0px;
font-size: medium;
font-weight: bold;
border: outset;
border-size: 0px;
border-color: #BCA921;
color: #FFFFFF;
background: #828282;
font-family: "verdana", "arial", "geneva", sans-serif;
}

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

/*	This is for the margin for the main page cats				*/
div.margin2 {
margin-left: 2px;
}


/*	This is for the margin for the CAT form elements				*/
div.margincat {
margin-left: 20px;
color: #FFFFFF;
background: #000000;
}


/*	This is for page $title_linked						*/
strong.title {
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for page $title_linked						*/
strong.catpagetitle {
font-size: small;
font-weight: bold;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: small;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells heading								*/
td.heading {
background: #d1d1d1;
}

/*	Table cells using paper background - NOT body background								*/
td.paperbg {
background: url("");
}


/*	Table cells cat pages								*/
td.catpages {
font-size: small;
color: #000000;
background: url("");
font-family: "verdana", "arial", "geneva", sans-serif;
}


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

/*	This is  for Category Listings on MAIN PAGE				*/
td.maincatlist {
font-size: small;
color: #000000;
background: url("");
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	td Paragraph2									*/
td.p2 {
margin-left: 0px;
margin-bottom: 4px;
margin-top: 4px;
line-height:18px;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: #999999;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 0px;
font-size: medium;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}
.no_ul_link { text-decoration: none;
background: none;
} 













