/* CSS Document */

body{
	font-family: Mongloi;
	font-size:14pt;
	margin:0px;
	color:#222222;
	}

/* --- Title ---- */
.title {
	font-size:16pt;
	color: #0033FF;
}
.title a, .title a:link, .title a:visited, .title a:active{
text-decoration:none;
	color:#0033FF;
}
.title a:hover{
	color:#0099FF
}

/* --- All entry contents ---*/
.entry{
	text-align:justify;
}
.entry a, .entry a:link, .entry a:visited, .entry a:active{
	text-decoration:none;
	color:#0033FF;
}
.entry a:hover{
	color:#0099FF
}
/* ---- Date ---- */
.sdate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.bheader{
	color:#000000;
	font-weight:900;
	font-size:14pt;
}
/* ---- 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;
}
/* ---- WebLinks ----- */
.weblinks{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
}

.weblinks a{
	color:#0033FF;
}
.weblinks a:link, .weblinks a:visited, .weblinks a:active{
	text-decoration:none;
}
.weblinks a:hover{
	text-decoration:underline;
}
