    a.usercal {
      font-family: arial; 
      font-size: 10px;
      text-decoration: none;
      font-weight: normal;
      color: #999999;
    }

    a.usercal:hover {
      font-family: arial; 
      background: #DBDBDB;
      font-size: 10px;
      text-decoration: none;
      font-weight: normal;
      color: #999999;
    }

    a.usercal:visited {
      font-family: arial; 
      font-size: 10px;
      text-decoration: none;
      font-weight: normal;
      color: #999999;
    }
    a.usercal:link {
      font-family: arial; 
      font-size: 10px;
      text-decoration: none;
      font-weight: normal;
      color: #999999;
    }

    a.small { 
      font-family: verdana, arial, "ms sans serif", sans-serif; 
      font-size: 10px; 
      font-weight: normal;
      padding-left: 10px;
      line-height: 14px;
      color: #999999;
    }
a:link {
  color: #446644;
  text-decoration: none;
}
a:visited {
  color:  #446644;
  text-decoration: none;
}
a:hover {
   text-decoration: underlined;
}

#container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 10px;
    width: 800px;

    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
