body
{
	font-family: Microsoft Sans Serif ;
	font-size: 15px;
	color: #999999;
	background-color:#000000;
}

td
{
	font-family:Microsoft Sans Serif ;
	font-size: 15px;
	color: #999999;
}

.indent /*สำหรับย่อหน้า*/
{ 
	text-indent:20px; 
}

.trans-off /* เมื่อเอาเมาส์ออกจากภาพ */
{
	height:35px;width: 165px;
}

.trans-on /*  เมื่อเอาเมาส์ไว้บนภาพ */
{
	height:35px;width: 165px;
	/*background-color: #fff;*/
	filter:gray;
}

.small
{
	font-size: 13px;
}

A:link{color:#CCCCCC;text-decoration: underline;}
A:visited{color:#CCCCCC;text-decoration:underline} 
A:hover{color:#CC3333;text-decoration:underline; font:nomal;}

/* กำหนด class test1 ให้กับลิงค์ */
A.test1:link{color:#FFFFFF;text-decoration:none;}
A.test1:visited{color:#FFFFFF;text-decoration:none} 
A.test1:hover{color:#FF0000;text-decoration:none; font: normal;}
	
/* กำหนด class test2 ให้กับลิงค์ */
A.test2:link{color: #FFFF00;text-decoration:underline;}
A.test2:visited{color: #FFFF00;text-decoration:underline} 
A.test2:hover{color:red;text-decoration: underline; font: normal;}