/* CSS Document */

.topic {
	font-size: 16px;
	color: #4E0000;
	font-weight: bold;

}
.txt {
	font-size: 12px;
	letter-spacing: 2px;



}
.txteng {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

}
.link {
	font-size: 12px;
	color: #990033;
	text-decoration: none;
}
.link:hover {
	color: #000000;
}
.stopic {

	font-size: 12px;
	color: #4E0000;
	font-weight: bold;
}
.linkred {

	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.linkred:hover{

	font-size: 12px;
	color: #420000;
	text-decoration: none;
}


