/*	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: #000000;
background: #ffffff url("") repeat-y;
}

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

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

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

/*	Menu unvisited links							*/
a.menulink:link {
color: #0000FF;
}

/*	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: #0000FF;


}

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

/*	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: #0000FF;
}

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

/*	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: 5px;
list-style: disc;
color: #0000FF;
font-family: verdana, arial, geneva, sans-serif;
}

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

/*	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;
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: #000000;
font-weight: bold;
font-family: verdana, arial, geneva, sans-serif;
}

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

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
font-size: x-large;
font-weight: bold;
border: none;
color: #000000;
font-family: verdana, arial, geneva, sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 30px;
font-size: medium;
font-weight: bold;
border: none;
color: #FFFFCC;
background: #0000FF;
font-family: verdana, arial, geneva, sans-serif;
}

/*	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: 30px;
font-size: small;
font-weight: bold;
border: none;
color: #000000;
font-family: verdana, arial, geneva, sans-serif;
}

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

/*	This is for page $title_linked						*/
strong.title {
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;
}

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

/*	Preformatted text							*/
pre {
margin-left: 30px;
font-size: small;
font-weight: bold;
color: #000000;
font-family: verdana, arial, geneva, sans-serif;
}

/*	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: 30px;
font-size: medium;
font-weight: bold;
color: #000000;
font-family: verdana, arial, "geneva, sans-serif;
}


/* This is Extra stuff from various sites css files                                      */


.buttonborder {
  background-color: #336699;
  margin: 0px;
  padding: 2px;
  border-width: 2px;
  border-style: outset;
  border-color: #336699;
  border-spacing: 0;
}

.buttonborder td, buttonborder tr {
  background-color: #336699;
}

#header { position: absolute; top: 50px; left: 70px;}
#left { font-size: x-small; font-family: verdana,arial,helvetica; position: absolute; top: 220px; left: 10px; }
#left2 { font-size: x-small; font-family: verdana,arial,helvetica; position: absolute; top: 220px; left: 170px; }
#right { position: absolute; top: 240px; left: 320px; }
#footer { position: absolute; top: 1580px; left: 10px; }
#footer2 { position: absolute; top: 1600px; left: 50px; } 
#footer3 { display: none; position: absolute; top: 1600px; left: 50px; } 
#catheader { position: absolute; top: 80px; left: 180px;}




/* javascript menu items

.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}





