/* **************************************************************************** */

/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/

/*	webarchitects (http://www.webarchitects.co.uk/)				*/

/* **************************************************************************** */





/*	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 {
	font: verdana,geneva,arial,sans-serif;
	color: #000066;
	background-image: http://www.harderwijk-online.net/images/site/px_geel.gif;
	background-repeat: repeat;
	background-color: #FFF4C6;
	margin-left: 10px;
	margin-right: 30px;
}



/*	Paragraph									*/

p {

margin-left: 60px;

color: #000066;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Definition list									*/

dl {

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Menu									*/

small.menu {

font-size: 80%;

color: #000066;

font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Menu unvisited links							*/

a.menulink:link {

	color: #000066;

}



/*	Menu visited links							*/

a.menulink:visited {

color: #993399;

}



/*	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: #000066;

}



/*	Links visited links							*/

a.link:visited {

	color: #000066;

}



/*	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: #000066;

}



/*	Visited links								*/

a:visited {

	/* color: #FFFFFF;

	*/

	color: #191970;

}



/*	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: 60px;

	list-style: disc;

	color: #000066;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	The link description							*/

span.descript {

	font-size: x-small;

	color: #333333;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	New links								*/

sup.new {

	font-size: xx-small;

	color: #FFFFCC;

	background: #FF6666;

	font-weight: bold;

	font-family: "verdana", "arial", "geneva", sans-serif;

	font-stretch : wider;

}



/*	Popular links								*/

sup.pop {

	font-size: x-small;

	color: #FFFFCC;

	font-weight: bold;

	font-family: "verdana", "arial", "geneva", sans-serif;

	background-color : Teal;

}



/*	Links date and hits							*/

small.date {

	font-size: x-small;

	color: #666666;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Number of links in categories						*/

small.numlinks {

	font-size: x-small;

	color: #666666;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This class is for "Looking for something in particular?"		*/

strong.search {

	color: #000066;

	font-weight: bold;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This class is for "More options"					*/

small.more {

	font-size: smaller;

	color: #000066;

	font-weight: normal;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is for main headers on all pages *apart* from the home page	*/

h1 {
	margin-left: 40px;
	font-size: smaller;
	font-weight: bold;
	border: none;
	color: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	This class is for the main header on the Links home page		*/

h1.home {
	margin-left: 40px;
	font-size: x-small;
	font-weight: bold;
	border: none;
	color: #FFFFCC;
	background: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	This class is for the error messages					*/

strong.error {

	color: #FFF4C6;

	background: #FF6666;

	font-weight: bold;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is used for the sub headers					*/

h2 {
	margin-left: 40px;
	font-size: x-small;
	font-weight: bold;
	border: none;
	color: #FFF4C6;
	background: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	This is for the margin for the form elements				*/

div.margin {

margin-left: 60px;

}



/*	This is for page $title_linked						*/

strong.title {
	font-size: x-small;
	font-weight: bold;
	color: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	Table cells								*/

td {
	font-size: small;
	color: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	This is  for Category Listings table cells				*/

td.catlist {
	font-size: x-small;
	color: #000066;
	font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	Preformatted text							*/

pre {

	margin-left: 60px;

	font-size: small;

	font-weight: bold;

	color: #000066;

}



/*	This is for the page last updated text					*/

small.update {

	font-size: x-small;

	font-weight: bold;

	color: #999999;

	font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	This is for the total number of links					*/

p.grandtotal {

	margin-left: 60px;

	font-size: smaller;

	font-weight: bold;

	color: #000066;

	font-family: "verdana", "arial", "geneva", sans-serif;

}


