a.bar:link {
           text-decoration: none; 
           color:black; 
           background: #c0c0c0; 
           font-weight: bold; 
           font-size: 14px; 
           font-variant: small-caps
}

a.bar:visited {
              text-decoration: none; 
              color:black; 
              background: #c0c0c0; 
              font-weight: bold; 
              font-size: 14px; 
              font-variant: small-caps
}

a.bar:hover {
            text-decoration: none; 
            color:white; 
            background: #c0c0c0; 
            font-weight: bold; 
            font-size: 14px; 
            font-variant: small-caps
}

.lm { margin-left: 25 }

a.bar2:link {
           text-decoration: none; 
           color:black; 
           background: #c0c0c0; 
           font-weight: bold;  
           font-size: 12px; 
           font-variant: small-caps
}

a.bar2:visited {
              text-decoration: none; 
              color:black; 
              background: #c0c0c0; 
              font-weight: bold; 
              font-size: 12px; 
              font-variant: small-caps
}
a.bar2:hover {
            text-decoration: none; 
            color:white; 
            background: #c0c0c0; 
            font-weight: bold; 
            font-size: 12px; 
            font-variant: small-caps
}
a.bar3:link {
           text-decoration: none; 
           color:black; 
           background: #c0c0c0; 
           font-weight: bold;  
           font-size: 10px; 
           font-variant: small-caps
}

a.bar3:visited {
              text-decoration: none; 
              color:black; 
              background: #c0c0c0; 
              font-weight: bold; 
              font-size: 10px; 
              font-variant: small-caps
}
a.bar3:hover {
            text-decoration: none; 
            color:white; 
            background: #c0c0c0; 
            font-weight: bold; 
            font-size: 10px; 
            font-variant: small-caps
}