
}

a, a:link, a:visited {
   color: #464646;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #464646;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}



/* links */

#linkList {
   position: absolute;
   top: 205px;
   left: 10px;
   width: 180px;
   font-size: 100%;
   border-bottom: 1px solid #000; 
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #EECE03;  
}

#linkList a:hover {
   color: #FFF;
   text-decoration: underline; 
   width: 150px;
}

#linkList ul {
   list-style: disc;
}
#linkList ul li {
   margin-bottom: 5px;
   margin-left: 25px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   border-right: 5px solid #000; 
   text-align: left;
   color: #EECE03;
}

#llinks ul li {
   margin-bottom: 5px;
}

#lresources {
   margin-bottom: 10px;
}

