/* วิธีใช้ เพิ่มบรรทัดนี้เข้าไปใน head tag
<LINK REL="stylesheet" TYPE="text/css" HREF="ezy-style.css">  */

/* -------------------- Content ---------------------- */
BODY {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
	line-height: 1.2 em;
	color: #000000;
	background: #FFFCE4;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
}

FONT, P {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	line-height: 1.2  em;*//* there is a little bit problem when u put the image without close tag first. So pls. close it before insert tag img */
	color: #000000;
}

/* -------------------- Link ---------------------- */
A {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
}
A:link {	color: #CCCC00;}	 /* has not been visited */
A:active {	 color: #FF0000;}	/* being actived */
A:visited {	 color: #138EEA;}	/* already visited */
A.allpages:hover { text-decoration: none; color: #CB1814;}
A.lblue:hover { text-decoration: none; color: #138EEA;}
A.admin:hover {	background: #CB1814; color: #FFFFFF;}	/* on mouse over */
A.bluered:link { color: #138EEA;}
A.bluered:hover { color: #CB1814; text-decoration: none;} 
A.blackblue:link { color: #000000;}
A.blackblue:hover { color: #138EEA; text-decoration: none;} 
A.red:link { color:#CB1814; }
A.red:hover { color: #000000 ; text-decoration: none;} 


/* -------------------- Header ---------------------- */
H1, H2, H3, H4, H5, H6, H7 {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
}
H1 {	font-size: xx-large;}
H2 {	font-size: x-large;}
H3 {	font-size: large;}
H4 {	font-size: larger;}
H5 {	font-size: medium;}
H6 {	font-size: small;}

/* -------------------- Form ---------------------- */
FORM, BUTTON, INPUT, FIELDSET, LEGEND, SELECT, OPTION, TEXTAREA {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	text-align: justify;*/
}

/* -------------------- Decoration ---------------------- */
BLINK {	text-decoration: blink;}
STRONG, B {	font-weight: bold;}
EM, I {	font-style: italic;}
U {	text-decoration: underline;}
BIG {	font-size: 115%;}
SMALL {	font-size: 50%;}
SUB {	vertical-align: sub;}
SUP {	vertical-align: super;}
.initial {	text-indent: 0;}
.tab {	text-indent: 5%;}
/*.red {	color: #E10000;}
.blue { color: #0000B0;}
.green { color: #008000;}*/
.white { color: #FFFFFF;}
.lblue { color: #138EEA;}
.gold { color: #DFD6BA;}
.gray { color: #999999;}
.old {
	color: gray;
	text-decoration: line-through;
}
.red { color: #CC3300;}
.blue  { color: #0066CC;}
.orange { color: #FF9933;}
.green { color: #669900;}
.violet { color: #663399;}

/* -------------------- Table data---------------------- */
TD, DD {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	text-align: justify; */
/*	line-height: 1.2 em; */
}

/* -------------------- List ---------------------- */
DIR, MENU, OL, UL, DL {
	border-top-width: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
/*LI {	line-height: 1.2 em;}*/
DT {	font-weight: bold;}
UL LI.off {	list-style-type: none;}
OL LI.dec {	list-style-type: decimal;}
OL LI.rom {	list-style-type: upper-roman;}
