a {
		color: #cb0023;
		text-decoration: none;
	}
a:link, a:visited {
		color: #cb0023;
		text-decoration: none;
	}
a:hover {
		color: #cb0023;
		text-decoration: underline;
	}
.index {
		margin-top: 15px;
		margin-left: 25px;
		margin-right: 10px;
		font-family: Arial;
		font-size: 10pt; 
		line-height: 18px;
	}
.bottomlinks {
		margin-left: 15px;
		margin-bottom: 5px;
		font-family: Arial;
		font-size: 11px;
	}
h3 {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #cb0023;
	margin-bottom: 5px;
}

a.smalllinks {
		color: #000000;
		text-decoration: none;
	}
a:link, a:visited.smalllinks {
		color: #000000;
		text-decoration: none;
	}
a:hover.smalllinks {
		color: #000000;
		text-decoration: underline;
}