/* **************************************************************************** */
/*	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{
	BackGround : #80FF00 url("http://www.pokemonlinks.com/links/pages/allpokes.gif") repeat-y ! important;
	Color : #80FF00;
	}

/*	Paragraph									*/
p{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Margin-Left : 100px;
	}

/*	Definition list									*/
dl{
	Color : #FF8000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	}

/*	Menu									*/
small.menu{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	}

/*	Menu unvisited links							*/
a.menulink:link{
	Color : #6633FF;
	}

/*	Menu visited links							*/
a.menulink:visited{
	Color : #993399;
	}

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

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

/*	Links unvisited links							*/
a.link:link{
	Color : #FF0000;
	}

/*	Links visited links							*/
a.link:visited{
	Color : #993399;
	}

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

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

/*	Unvisited links								*/
a:link{
	Color : #FF0000;
	}

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

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

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

/*	Links unordered lists							*/
ul{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	List-Style : disc;
	Margin-Left : 100px;
	}

/*	The link description							*/
span.descript{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : small;
	}

/*	New links								*/
sup.new{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	Font-Weight : bold;
	}

/*	Popular links								*/
sup.pop{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	Font-Weight : bold;
	}

/*	Links date and hits							*/
small.date{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	}

/*	Number of links in categories						*/
small.numlinks{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	}

/*	This class is for "Looking for something in particular?"		*/
strong.search{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Weight : bold;
	}

/*	This class is for "More options"					*/
small.more{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : small;
	Font-Weight : normal;
	}

/*	This is for main headers on all pages *apart* from the home page	*/
h1{
	Border : none;
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : large;
	Font-Weight : bold;
	Margin-Left : 100px;
	}

/*	This class is for the main header on the Links home page		*/
h1.home{
	Border : none;
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : large;
	Font-Weight : bold;
	Margin-Left : 100px;
	}

/*	This class is for the error messages					*/
strong.error{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Weight : bold;
	}

/*	This is used for the sub headers					*/
h2{
	Border : none;
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : medium;
	Font-Weight : bold;
	Margin-Left : 100px;
	}

/*	This is for the margin for the form elements				*/
div.margin{
	Color : #FFFFFF;
	Margin-Left : 100px;
	}

/*	This is for page $title_linked						*/
strong.title{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : small;
	Font-Weight : bold;
	}

/*	Table cells								*/
td{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : small;
	}

/*	This is  for Category Listings table cells				*/
td.catlist{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : medium;
	}

/*	Preformatted text							*/
pre{
	Color : #FF0000;
	Font-Size : small;
	Font-Weight : bold;
	Margin-Left : 100px;
	}

/*	This is for the page last updated text					*/
small.update{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : x-small;
	Font-Weight : bold;
	}

/*	This is for the total number of links					*/
p.grandtotal{
	Color : #FF0000;
	Font-Family : "Comic Sans MS", "verdana", "arial", "geneva", sans-serif;
	Font-Size : small;
	Font-Weight : bold;
	Margin-Left : 100px;
	}
