body {
	color: #000000;
	text-align: center;
	width: auto;
	background-color: #000000;
}
#divWrapper {
	background-color: #000000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
}

#divLink {
	text-align: left;
	width: 750px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC33;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFCC33;
}
