/* CSS Document */
a.comment {
	padding-left: 15px;
	font-size: 75%;
	font-weight: lighter;
}
a.comment:link{
	background-color:#FFFFFF;
	text-decoration: none;
	color: #999999;
}
a.comment:visited{
	background-color:#FFFFFF;
	text-decoration: none;
	color: #999999;
}
a.comment:hover{
	color: #FF0000;
	background-color:#FFFFFF;
	text-decoration: underline;
}
a.comment:active{
	color: #333333; background-color:#FFFFFF
}