A:link,A:visited,A:active {
	font-weight : bold;
	text-decoration : none;
	color : #FF0000
}
A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
.indent {
	text-indent : 35px;
}