body{
	font-family: "Microsoft Sans Serif";
	font-size: 18px;
}
dd{
	font-family: DilleniaUPC;
	font-size: 23px;
}
h1 {
	font-family: AngsanaUPC;
	color: Purple;
	font-size: 28px;
}
h2 {
	font-family: "AngsanaUPC";
	color: Red;
	font-size: 24px;
}
.head {
	font-family: "AngsanaUPC";
	color: #ff00cc;
	font-size: 28px;
	font-weight: bold;
}
.mini {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
.micro {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
}

th {
	font-family: "Microsoft Sans Serif";
	font-size: 18px;
}
td {
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
}
b {
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
}
a {
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	text-decoration: none;
}
sub{
	font-family: "Cordia New";
	font-size: 18px;
}
input {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
select {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
textarea {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
legend {
	font-family: "Microsoft Sans Serif";
	color: #669900;
	font-size: 18px;
}