a:hover {
    font-size: 10px;
    text-decoration: none;
    color:#333333;
}
a:active {font-size: 10px;text-decoration: none;color: #666666;}
a:link {
    font-size: 10px;
    text-decoration: none;
    color:#FF00FF;
}
a:visited {
    font-size: 10px;
    text-decoration: none;
    color:#9D00FF;
}

TEXTAREA {
    background-color:#FFFFFF;
    font-size:10px;
    color:#000000;
    scrollbar-base-color:#808080;
    scrollbar-face-color:#C0C0C0;
    scrollbar-track-color:#C0C0C0;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#808080;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#333333;
} 

.waku{
    font-size: 10px;
    line-height: 160%;
    border-style:solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #C0C0C0;
    border-left-color:#C0C0C0;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-collapse:collapse;
}

.menutxt {
    font-size: 10px;
    line-height: 160%;
    color:#000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
}

.txt14px	{
    font-size:14px;
}
.txt12px	{
    font-size:12px;
}
.txt10px	{
    font-size:10px;
}
