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

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

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

/*	Menu visited links							*/
a.menulink:visited {
color:  #808080;
}

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

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

/*	Links unvisited links							*/
a.link:link {
color: #000000;
}

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

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

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

/*	Unvisited links								*/
a:link {
color: #000000;
}

/*	Visited links								*/
a:visited {
/* color: none; */
color:  #808080;
}

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

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

/*	Links unordered lists							*/
ul {
margin-left: 15%;
margin-right: 15%;
list-style: disc;
color: #000000;
font-family:   "arial", "geneva", sans-serif;
}

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

/*	New links								*/
sup.new {
font-size: x-small;
color: Red;
font-weight: bold;
font-family:   "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: Lime;
font-weight: bold;
font-family:   "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: small;
color: #000000;
font-family:   "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #000000;
font-family:   "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
font-size: x-small;
color: #000000;
font-weight: normal;
font-family:   "arial", "geneva", sans-serif;
}

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

/*	This class is for the error messages					*/
strong.error {
color: Red;
font-family:   "arial", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

/*	This is for page $title_linked						*/
strong.title {
margin-left: 13%;
margin-right: 13%;
font-size: large;
font-weight: bold;
color: #006600;
font-family:   "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 13%;
margin-right: 13%;
font-size: small;
font-weight: normal;
color: #006600;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: normal;
color: #006600;
font-family:   "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 13%;
margin-right: 13%;
font-size: medium;
font-weight: normal;
color: #000000;
font-family:   "arial", "geneva", sans-serif;
}













