
/* ----- this is the default for any links that do not specify a class -------- */
a:link    { text-decoration: underline; color : blue; font-family: Arial, Helvetica, sans-serif; }
a:visited { text-decoration: underline; color : blue; font-family: Arial, Helvetica, sans-serif; }
a:active  { text-decoration: underline; color : blue; font-family: Arial, Helvetica, sans-serif; }
a:hover   { text-decoration: underline; color : blue; font-family: Arial, Helvetica, sans-serif; }

/* ----- 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}
*/


/* ----- SITE_MENU CONTROL in link.cfg [submit], etc. -------- */
a.directorymenulink:link    { text-decoration: underline; font-weight : bold; font-size: .93em; color : blue;} 
a.directorymenulink:visited { text-decoration: underline; font-weight : bold; font-size: .93em; color : blue;} 
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 : black;} 


/* ----- DIRECTORY LINK CONTROL / ANCHOR TEXT  category page links & links.html template -------- */
a.directoryentry:link    { font-size: .75em; color : blue; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight : bold; } 
a.directoryentry:visited { font-size: .75em; color : blue; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight : bold; } 
a.directoryentry:active  { font-size: .75em; color : blue; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight : bold; } 
a.directoryentry:hover   { font-size: .75em; color : red; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight : bold; } 

/* ----- DIRECTORY LINK CONTROL / DESCRIPTION  links.html template -------- */
.desc {font-family: Arial, Helvetica, sans-serif; font-size: .75em; color : black;}

/* ----- DIRECTORY LINK CONTROL / 3 SMALL PRIORITY LINKS anchor text text links.html template -------- */
a.prioritysmall:link    { text-decoration: underline; font-weight : normal; font-size: .55em; color : #3366ff;}
a.prioritysmall:visited { text-decoration: underline; font-weight : normal; font-size: .55em; color : #3366ff;}
a.prioritysmall:active  { text-decoration: underline; font-weight : normal; font-size: .55em; color : red;}
a.prioritysmall:hover   { text-decoration: underline; font-weight : normal; font-size: .55em; color : #ff9900;} */




/* --------- these are to support classes used only in CILSS -------------------- */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



a.smallbold:link    {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 8pt; color : blue}
a.smallbold:visited {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 8pt; color : blue}
a.smallbold:active  {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 8pt; color : blue}  
a.smallbold:hover   {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 8pt; color : red}

a.mediumbold:link    {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 11pt; color : blue}
a.mediumbold:visited {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 11pt; color : blue}
a.mediumbold:active  {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 11pt; color : blue}  
a.mediumbold:hover   {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight : bold; font-size: 11pt; color : red}










/* 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; } */
