a:link, a:active, a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.stdTextCenter {
	color: #333333;
	font-family: "Garamond", Times, monospace;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}
.stdText {
	color: #333333;
	font-family: "Garamond", Times, monospace;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}

