   .serif {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:16px;
}
   .serif_14 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:14px;
}

   .serif_red_14 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:14px;
  color:#CC0000;
}
   .serif_15 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:15px;
}

   .serif_16 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:16px;
}

   .serif_red_16 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:16px;
    color:#CC0000;
}

  .serif_green_16 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:16px;
    color:#339999;
}

  .serif_color_14 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:14px;
  color:#BA4A00   ;
  /*background-color : #FFC;*/
  background-color : #FFFEE7     ;
}

   .serif_28 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:28px;
}

 .angsa_new_24 {
  font-size:24px;
  font-family:"Angsana New";
  
}
 .angsa_new_28 {
  font-size:28px;
  font-family:"Angsana New";
  
}

 .angsa_new_32 {
  font-size:32px;
  font-family:"Angsana New";
  font-weight: bold;
}




.sansserif {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.monospace {
  font-family: Lucida Console, Courier, monospace;
}

.cursive {
  font-family: cursive;
}

.fantasy {
  font-family: fantasy;
}

.emoji {
  font-family: emoji;
}

.math {
  font-family: math;
}

.fangsong {
  font-family: fangsong;
}

.fontColorRed{
	color: #F00;
	
}

.fontColorBlue{
	color: #293ed6;
	
}

	.fontColorGreen{
	color: #22a709;
	
}

.fontColorBrown{
	color: #bf723b;
	 font-size:16px;
	
}


.serif_red_14_click {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size:14px;
  color:#CC0000;
  cursor:pointer;
}

.serif_red_14_click:hover
{
	   animation: change_color 1.5s linear infinite alternate;    /* tran  : name animation
	                                                     2s : time
														 linear : ??
														 infinite : all time
														 alternate : ทำงานเมื่อสิ้นสุด จะย้อนกลับทุกกระบวนการมาจุดเริ่มต้น         */
	 
}

@keyframes change_color{
	  0%{
		 color:#F60;
		 
	  }
	  50%{
		  color:#F90;
		 
	  }
	  100%{
		  color:#333;
		  
		  
	  }
	  
	  
  }