   ul.links li {
        list-style-type: none;
        margin: 0 0.5em;}
        
        ul.links img {
            margin: 0 0.5em;}
        
        ul.links a, ul.links p {
            text-decoration: none;
            color: #3F403F;
            display: block;}
            
        ul.links a span.linkInner {
            padding: 0 1em;}
            
        ul.links a:hover span.linkInner, ul.links a:hover span.roundedCorner span {
            background: url(/images/link_bg.png);}
        
        ul.links span.linkTitle, ul.links h3 {
            color: #332674;
            font-family: "Trebuchet MS", Arial, Verdana, Helvetica, "Luxi Sans", sans-serif;
            font-size: 120%;
            font-weight: bold;
            margin-bottom: 0.2em;}
            
        ul.links span.linkTarget, ul.links p a {
            text-decoration: underline;
            color: #6ABD46;}
            
            ul.links a:hover span.linkTarget, ul.links p a:hover {
                color: #ffffff;
                background: transparent;}
            
        ul.links span.linkDesc {
            display: block;
            margin-top: 0.2em;}
        
        ul.links p {
            margin: 0 0 1em 0.5em;}
            
            ul.links p a {
                display: inline;
                padding: 0;}
                
            ul.links p a:hover {
                color: #666767;}
            
        ul.links h3 {
            margin: 0 0 0.2em 0.5em;}
            

