@font-face
{
font-family: 'TH SarabunNew';
src: url('/THSarabunNew.ttf');
}
@font-face
{
font-family: 'Palatino';
src: url('/Palatino.ttf');
}
/*Palatino.ttf*/
.pala
{
font-family: 'Palatino';
}
.thai
{
font-family:  'TH SarabunNew';
}
/* Color */
.green
{
/*color: rgb(0,195,186);*/
/*color: rgb(123, 212, 187);*/
color: #76d1c8;
}
.orange
{
/*color: #ea9024;*/
/*color: cmyk(4,30,100,0);*/
color:#ffb82f;

}
#content a:link, a:visited{
color:#ffb82f;
    text-decoration: none;
     font-weight: bold;
     font-size: 1em;


}
.lorange {
color: cmyk(4,30,100,0);
}
.bg_black {
background-color: rgb(95,89,76);
}
.red {
color: rgb(255,0,0);
}
.yellow {
color: yellow;
}
.hh1 {
font-size: 2em;
font-weight: bold;
font-family: 'Palatino';
}
.bg_brown
{
color: rgba(75,59,26,0.9);
}
#test_course {
/*background-image: url('/images/pages/board_course.png');*/
background-color: #615539;
/*background-repeat: repeat;*/
/*background-position: -70px 0px;*/
/*height: 1300px;*/
font-family:  'TH SarabunNew';
color: rgb(254,254,225);
font-size: 1.6em;
}
.indent {
    text-indent: 50px;
}