body { }

p { color: #b4cd8e; font-size: 20px; font-family: Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

td { }

a:link { color: #d4e2c1; font-size: 20px; font-family: Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline; }

a:visited { color: #b4cd8e; font-size: 20px; }

a:hover { font-size: 20px; }

a:active { }
.tex { color: #b4cd8e; font-size: 20px; font-family: Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

.btn-more {
    display: inline-block;
    width: 67px;
    height: 34px;
    background: url('../gfx/b_more_a.gif') no-repeat;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-more:hover {
    background: url('../gfx/b_more_b.gif') no-repeat;
}

.btn-more-icon {
    display: block;
    width: 67px;
    height: 34px;
    cursor: pointer;
}

.btn-about {display: inline-block; 
    width: 83px;
    height: 34px;
    background: url('../gfx/b_about_a.gif') no-repeat;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-about:hover {background: url('../gfx/b_about_b.gif') no-repeat;}

.btn-about-icon {display: block; width: 83px; height: 34px; cursor: pointer;}

