/* CSS Document */

body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #B8951B;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.gold {
	font-size: 18px;
	color: #E1B723;
	font-weight: bold;
}
