body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bala {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
font-weight: normal;
color: #7F9563;
text-decoration: underlined;
}
a:visited {
font-weight: normal;
color: #7F9563;
text-decoration: underlined;
}
a:hover {
font-weight: normal;
color: #7F9563;
text-decoration: none;
}
a:active {
font-weight: normal;
color: #7F9563;
text-decoration: none;
}

.CommentBy {
	font-size: 11px;
	font-style:italic;
	text-align:right;
	font-weight:bold;
}