.linktext {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;

}
a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;

}
a:hover {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;


}
