a {  text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:active {  text-decoration: underline}
a:hover {  color: #CC0000; text-decoration: underline}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.Lettrine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	color: #FF6633;
}
