﻿
/* 

เพิ่มโค้ดนี้ในไฟล์ .css ที่มีอยู่ในโฟล์เดอร์
 \
 \include\
 \css\  

*/ 

/*
img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
}
    /*
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
}
*/

/* ---------------------------------------------------------------------------------------------- */ 


body
{
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

a:link
{
    font-family: Tahoma;
    color: #0000FF;
    font-style: normal;
    text-decoration: none;
}
a:visited
{
    font-family: Tahoma;
    color: #0099FF;
    font-style: normal;
    text-decoration: none;
}
a:hover
{
    font-family: Tahoma;
    font-style: normal;
    color: #CC0000;
    text-decoration: none;
}
a:active
{
    font-family: Tahoma;
    color: #0000CC;
    text-decoration: none;
    font-style: normal;
}
.StyleMenuLeft
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
    height: 30px;
    background-color: #FF0066;
}
.StyleMainMenuCenter
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
    height: 30px;
    background-color: #FF0066;
}

textarea
{
    font-family: Tahoma;
    font-size: 10pt;
}
