.style1 {	
	font-size: 12px;
	color:#999999;
	font-family: tahoma;
}
.style2 {
	color:#666666;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color:#666666;
	font-size: 14px;
	font-family: tahoma;
}
.style4 {
	color:#666666; 
	font-size: 15px;
	font-family: tahoma;
}
.style5 {
	color:#330001; 
	font-size: 15px;
	font-family: tahoma;
}
.style6 {	/*สำหรับไฟล์ footer.php*/
	font-size: 11px;
	color:#330001;
	font-family: tahoma;
}
.style7 {	/*สำหรับไฟล์ ที่มีพื้นหลังสีเทา*/
	font-size: 14px;
	color:#330001;
	font-family: tahoma;
}
.style8 {	/*สำหรับไฟล์ board_index.php*/
	font-size: 13px;
	color:#330001;
	font-family: tahoma;
}
body {
    background-image:url(pimages/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color:#330001;
	font-size:13px;
	font-family: tahoma;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}