/*	New links Marker or highlighter		*/
sup.new {
font-size: x-small;
color: #ff9900;
font-weight: bold;
font-family: "verdana", arial";
}

/*	Popular links Marker or highlighter	*/
sup.pop {
font-size: x-small;
font-weight: bold;
font-family: "verdana", arial";
}


/*	Priority Indicator Marker or highlighter */
sup.priority {
font-weight : bold; 
font-size: .93em; 
color : red;
font-family: "verdana", arial";
}

/*	Exchange Links 	Marker or highlighter not used	*/
sup.exchange {
font-size: x-small;
color: #ff9900;
font-weight: normal;
font-family: "verdana", arial";
}



/* These are for home page category Listings  */
/* td.catlist { font-family: "verdana", arial"; font-size: normal; font-weight: bold; }  */

/*	Definition list									*/
/* dl {color: #000000; font-family: "verdana", arial"; font-size: normal; font-weight: bold; } */

/* ----- this is the default for any links that do not specify a class -------- */
a:link    { text-decoration: underline; color : blue}
a:visited { text-decoration: underline; color : blue}
a:active  { text-decoration: underline; color : blue}
a:hover   { text-decoration: underline; color : blue}

/* ----- email class so it look like other links, but is cloaked  ------ */
a.email:link    { text-decoration: underline; font-weight : bold; font-size: .93em; color : #6567DC}
a.email:visited { text-decoration: underline; font-weight : bold; font-size: .93em; color : #6567DC}
a.email:active  { text-decoration: underline; font-weight : bold; font-size: .93em; color : #6567DC}
a.email:hover   { text-decoration: underline; font-weight : bold; font-size: .93em; color : #9b5455}


/* 
a.smalllink:link    { text-decoration: underline; font-weight : normal; font-size: .75em; color : #6567DC}
a.smalllink:visited { text-decoration: underline; font-weight : normal; font-size: .75em; color : #6567DC}
a.smalllink:active  { text-decoration: underline; font-weight : normal; font-size: .75em; color : #6567DC}
a.smalllink:hover   { text-decoration: underline; font-weight : normal; font-size: .75em; color : #9b5455}
*/


/* 
a.link:link    { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow}
a.link:visited { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow}
a.link:active  { text-decoration: underline; font-weight : bold; font-size: .93em; color : red}
a.link:hover   { text-decoration: underline; font-weight : bold; font-size: .93em; color : white}
*/

/* ----- This controls site_menu in link.cfg [submit], etc. -------- */
a.directorymenulink:link    { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow;} 
a.directorymenulink:visited { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow;} 
a.directorymenulink:active  { text-decoration: underline; font-weight : bold; font-size: .93em; color : red;} 
a.directorymenulink:hover   { text-decoration: underline; font-weight : bold; font-size: .93em; color : white;} 


/* ----- This controls links on category pages as defined in links.html template -------- */
a.directoryentry:link    { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow;} 
a.directoryentry:visited { text-decoration: underline; font-weight : bold; font-size: .93em; color : yellow;} 
a.directoryentry:active  { text-decoration: underline; font-weight : bold; font-size: .93em; color : red;} 
a.directoryentry:hover   { text-decoration: underline; font-weight : bold; font-size: .93em; color : white;} 

/* ----- This controls the 3 priority small links allowed -------- */
a.prioritysmall:link    { text-decoration: underline; font-weight : normal; font-size: .75em; color : #c0c0c0;}
a.prioritysmall:visited { text-decoration: underline; font-weight : normal; font-size: .75em; color : #c0c0c0;}
a.prioritysmall:active  { text-decoration: underline; font-weight : normal; font-size: .75em; color : red;}
a.prioritysmall:hover   { text-decoration: underline; font-weight : normal; font-size: .75em; color : white;} */



