body {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
color: #333333;
margin-left:	0px;
margin-top:		0px;	
}

/*	Paragraph									*/
p {
color: #333333;
font-family: "Trebuchet MS", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #333333;
font-family: "Trebuchet MS", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: 9px;
color: #333333;
font-family: "Trebuchet MS", "arial", "geneva", sans-serif;
}

/*	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: #FF6666;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
}

/*	Links unvisited links							*/
a.link:link {
	color: #3333CC;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

/*	Links visited links							*/
a.link:visited {
	color: #3333CC;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
	color: #3333CC;
	background: #FFFF99;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

/*	Unvisited links								*/
	a:link {
	color: #3333CC;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

/*	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 {
list-style: disc;
color: #000000;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	The link description							*/
span.descript {
font-size: 12px;
color: #333333;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	New links								*/
sup.new {
font-size: 9px;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: 9px;
color: #FFFFFF;
background: #009900;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: 9px;
color: #666666;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: 9px;
color: #666666;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, 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: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
font-size: x-large;
font-weight: bold;
border: none;
color: #666666;
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 {
font-size: medium;
font-weight: bold;
border: none;
color: #333333;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 0px;
}

/*	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: medium;
color: #000000;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	Preformatted text							*/
pre {
font-size: small;
font-weight: bold;
color: #000000;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: #999999;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
font-size: medium;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
color: #000000;
}


a.main:link {
	color: #3333CC;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.main:hover {
	color: #3333CC;
	font-size: 12px;
	background: #FFFF99;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.main:visited {
	color: #3333CC;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.main:active {
	color: #3333CC;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.band:link {
	color: #999999;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	white-space: normal;
	 }
a.band:visited {
	color: #999999;
	text-decoration: none;
	background: transparent;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.band:active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	 }
a.band:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	 }
.text {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
#rollover a span { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration : none;
 }
#rollover a:hover span { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}
.greysmall {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.main:link {
	color: #3333CC;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.main:hover {
	color: #3333CC;
	background: #FFFF99;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.main:visited {
	color: #3333CC;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	 }
a.nav_band:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	 }
a.nav_band:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
	 }
a.nav_band:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
	 }
a.nav_band:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
	 }
.nav_band {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	 }
span.catlink {
    font size: 12px; 
    color: #333333;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	 }