﻿@charset "utf-8";

.tab {
    white-space: nowrap;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.tabhold {
    color: #968E7E;
}

.tabfocus {
    color: #968E7E;
    font-weight: bolder;
}

.tabcontent {
    padding: 9px;
}

