/*	Definition list									*/
dl {
color: #000000;
font-family: "arial", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
font-family: "arial", sans-serif;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #000000;
font-family: "arial", sans-serif;
}

/*	The link description							*/
span.descript {
font-size: small;
color: #333333;
font-family: "arial", sans-serif;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: red;
font-family: "arial", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "arial", sans-serif;
}

a:link    {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a:visited {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a:active  {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}  
a:hover   {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}

a.link:link    {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a.link:visited {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a.link:active  {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}  
a.link:hover   {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}

a.menulink:link    {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a.menulink:visited {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a.menulink:active  {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}
a.menulink:hover   {text-decoration: underline; font-weight : normal; font-family: "arial", "MS Sans Serif"; color : blue}

a.boldlink:link    {text-decoration: underline; font-weight : bold; font-family: "arial", "MS Sans Serif"; color : blue}
a.boldlink:visited {text-decoration: underline; font-weight : bold; font-family: "arial", "MS Sans Serif"; color : blue}
a.boldlink:active  {text-decoration: underline; font-weight : bold; font-family: "arial", "MS Sans Serif"; color : blue}
a.boldlink:hover   {text-decoration: underline; font-weight : bold; font-family: "arial", "MS Sans Serif"; color : blue}

a.smalllink:link    {text-decoration: underline; font-weight : normal; font-size: 7pt; font-family: "arial"; color : gray}
a.smalllink:visited {text-decoration: underline; font-weight : normal; font-size: 7pt; font-family: "arial"; color : gray}
a.smalllink:active  {text-decoration: underline; font-weight : normal; font-size: 7pt; font-family: "arial"; color : gray}
a.smalllink:hover   {text-decoration: underline; font-weight : normal; font-size: 7pt; font-family: "arial"; color : gray}




/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
font-family: "arial", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: 1pt;
color: #000000;
font-weight: normal;
font-family: "arial", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
font-weight: bold;
font-family: "arial", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
font-weight: normal;
font-family: "arial", sans-serif;
}


/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "arial", 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: "arial", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {font-family: "arial", sans-serif;}

/*	Preformatted text							*/
pre {
margin-left: 60px;
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: "arial", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: medium;
font-weight: bold;
color: #000000;
font-family: "arial", sans-serif;
}

/* My overrides  */
body, form, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea, tr 
{font-family: Arial, "MS Sans Serif"; font-weight: normal; font-size: 9pt }


h1 { color: black; text-align: center; font-weight: bold; 
     margin-bottom: 0; margin-top: 0; font-family: arial, "MS Sans Serif"; font-size: 10pt;}
h2 { color: black; text-align: left;   font-weight: bold; 
     margin-bottom: 0; margin-top: 0; font-family: arial, "MS Sans Serif"; font-size: 10pt;}
h3 { color: black; text-align: left;   font-weight: bold; 
     margin-bottom: 0; margin-top: 0; font-family: arial, "MS Sans Serif"; font-size: 9pt;}
h4 { color: #FFFFCC; text-align: left; font-weight: bold; 
     margin-bottom: 0; margin-top: 0; font-family: arial, "MS Sans Serif"; font-size: 8pt;}

