/* basic elements */
body{
color:#330099; margin: 0; padding: 0;
background: #FFFFFF url(../images/inback.gif);
 background-repeat : repeat-y;
}

/* make everything sans-serif */
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div {
font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* basic links */
a, a:link{color:#330099; text-decoration:underline; }
a:visited{color:#966000}
/* NS4 won't see these but other browsers will. No problem. */
a:hover{color:#c00000; text-decoration:none; }
a:active{color:#f00000; text-decoration:none; }

.bkg_darkgray { background-color: #666666; }
.bkg_pink { background-color: #FFCCCC; }
.bkg_turquoise { background-color: #66CCFF; }

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

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
background: #FFFFFF;
}

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

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: #FFFFFF;
}
/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #000000;
background: #FFFFFF;
}

/*	The link description							*/
span.descript {
font-size: small;
color: #333333;
background: #FFFFFF;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
background: #FFFFFF;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
}

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

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

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
font-size: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
font-size: x-large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
}

/*	This is used for the sub headers					*/
h2 {
font-size: medium;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
}

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

/*	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 Category Listings table cells				*/
td.catlist {
font-size: medium;
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: 60px;
font-size: medium;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

.copyright, td.copyright, a.copyright, .copyright:link, 
.copyright:visited, .copyright:hover, .copyright:active {font-size: 10px;
color: #330099;
}
