/* CSS Document */

p{
font-family: Saysettha OT;
font-size: 9px;
color:#000000;
line-height: 5px;
padding: 3px;
}.bold {
	font-family: "Saysettha OT";
	font-size: 12px;
	line-height: 8px;
	font-weight: bold;
	color: #0000FF;
}
.navigation {
	font-family: "Saysettha OT";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF99FF;
	display: block;
	padding: 8px;
	width: 200px;
}
.navigation:hover {
	font-family: "Saysettha OT";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	padding: 8px;
	width: 200px;
}
