/*
<!-- Font syntax ต้องจัดเรียงตามลำดับนี้
Font : <Font-Style : italic;> || <Font-Variant : normal;> || <Font-Weight : bold;> || <Font-Size : 2em;><Line Height> || <Font-Family : Tahoma;>
-->
*/

body { 
	background-color: #ffffff; color: #000000;
}
a {  }
#id_container { text-align: center; }
#id_maincontent { margin: 50px auto 5px auto; }

h1 { text-align: center; font-family: 'PSL Kittithada','Cordia New',Tahoma, Verdana, Loma, Thonburi, sans-serif; 
font-weight: bold; font-size: 2.8em; }
#id_maincontent p { text-indent: 20px; }
.cl_text { color: red; text-align: left; font-family: Tahoma,Verdana,Loma,Thonburi,sans-serif; 
width: 400px; margin: 20px auto 0 auto; }
#id_footer { white-space: nowrap; }

/* ============= end css ============ */

