a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.title {
	font-family: "Didot", "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: -2px;
	font-style: normal;
	text-decoration: underline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 110%;
	font-style: normal;
	font-weight: normal;
}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 80%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #999999;
}
.goodyear {
	font-family: "Didot", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 80%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #9D8F26;
	font-style: italic;
}
.textBold {
	font-weight: bold;
}
.small {
	color: #999999;
}
.supersize {
	font-family: "Didot", "Times New Roman", Times, serif;
	font-size: 80px;
	line-height: 80%;
	font-weight: normal;
	letter-spacing: -5px;
	font-style: normal;
	text-decoration: underline;
	color: #CCCFCE;
}
.red {
	color: #FF0000;
}
