@charset "UTF-8";
.box-gold {
	border: 1px solid #d2971a;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 125%;
	color: #333333;
	margin-top:20px;
	margin-left:20px;
}
a {
	color: #295d90;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.credits {
	font-size: 10px;
}

a.credits {
	font-size: 10px;
	color: #295d90;
	text-decoration: none;
}

a.credits:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}