.letters a,
.letters a:link {
    display: block;
    float: left;
    width: 22px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    background-image: url(/inc/template/optiKeywords/letter-bg.png);
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 2px;
    font-weight: bold;
}

.letters a:hover,
.letters a.active,
.letters a.active:link {
    background-image: url(/inc/template//optiKeywords/letter-active-bg.png);
}

.ocontents {
    position: relative;
}

.ocontent {
    margin-top: 25px;
    background-color: white;
    display: none;
}

.ocontent table a, 
.ocontent table a:link {
   text-decoration: none;
   font-size: 13px;
}

.kcontents {
    position: relative;
}

.kcontent {
    padding-left: 20px;
    padding-right: 10px;
    display: none;
}

.kcontent h3 {
    margin-top: 0px;
    padding-top: 0px;
    color: #327c03;
    font-size: 14px;
}

