

/*  default link colors Light  */
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {color:white;text-decoration:none;background-color:navy;}
/*Following Links for light color background*/
#Light
   {color:navy;
   background-color:white;
   background-image:url(https://dathomas.net/borders/leftbar_bluewhiteSM.gif);
   background-repeat:repeat-y;
   padding-left: 16px;
   font-size: 10px;
   font-family:sans-serif;
   font-style:normal;
   font-weight:100;
   }
#Light A:link{color:indigo;text-decoration:underline;}
#Light A:visited{color:#bb0000;text-decoration:underline;}
#Light A:hover{color:white;text-decoration:none;background-color:navy;}
/*Following Links for light color no border background*/
#LightNO
   {color:navy;
   background-color:white;
   font-size: 10px;
   font-family:sans-serif;
   font-style:normal;
   font-weight:100;
   }
#LightNO A:link{color:indigo;text-decoration:underline;}
#LightNO A:visited{color:#bb0000;text-decoration:underline;}
#LightNO A:hover{color:white;text-decoration:none;background-color:navy;}
/*Following Links for light color background*/
#Navi
   {color:navy;
   background-color:white;
   font-size: 10px;
   font-family:sans-serif;
   font-style:normal;
   font-weight:100;
   }
#Navi A:link{color:#bb0000;text-decoration:none;}
#Navi A:visited{color:006400;text-decoration:underline;}
#Navi A:hover{color:white;text-decoration:none;background-color:navy;}
/*  default link colors DARK  */
#Dark
   {color:white;
   background-color:navy;
   font-size: 10px;
   font-family:sans-serif;
   font-style:normal;
   font-weight:100;
   }
#Dark A:link {color:yellow;;text-decoration:underline;}
#Dark A:visited {color:#white;text-decoration:underline;}
#Dark A:hover {color:navy;text-decoration:none;background-color:silver;}
