/* CSS Document */

@font-face {
    font-family: "Zawgyi-One";
	src: local("Zawgyi-One"), url(Zawgyi-One.ttf) format("truetype");
}

body{
	font-family: Zawgyi-One, Tai-Unicode;
	font-size:10pt;
	margin:0px;
	line-height: 23px;
	}

/*--- All Link in site ---- */
a{
	text-decoration:none;
}
a:link, a:visited, a:active{
	color:#0033FF;
}
a:hover{
	color:#0099FF
}

/* --- Title ---- */
.title{
	font-family: Zawgyi-One, Tai-Unicode;
	font-size:10pt;
	color: #0033FF;
	font-weight:900;
}

/* --- All entry contents ---*/
.entry{
	text-align:justify;
}


/* ---- Date ---- */
.sdate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.bheader{
	color:#000000;
	font-weight:900;
	font-size:10pt;
}
/* ---- Line for seprate ---- */
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
