.creditFont {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.text {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
}
.textBold {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
body {
	background-color: #bfbfbf;
}
.link { color:#ede5ae;
text-decoration:underline;}

.link:hover { text-decoration:none;}