/*style sheet*/
body
{
	padding: 0px;
	margin: 0px;
	font-family:SolaimanLipi;
}

a
{
	color:green;
	text-decoration: none;
}
a:hover
{
	color:red;
	text-decoration: underline;
}
table
{
	background: #fff;
}

.tblcls td:hover
{
	background: #eee;
}
.updatesc
{
	color:green;
	margin-top:20px;
	background:#f5f5f5;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	text-transform:uppercase;
	font-family: Calibri;
	font-weight: normal;
	text-align: center;
}
.updateer
{
	color:red;
	margin-top:20px;
	background:#f5f5f5;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	text-transform:uppercase;
	font-family: Calibri;
	font-weight: normal;
	text-align: center;
}