#sitelink a {
	text-decoration: none;
	margin-top: 90px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#sitelink {
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	font-weight: bold;
}
#sitelink a:hover {
	color: #FF9900;
}
body {
	font-family: Arial, Helvetica, sans-serif, "Microsoft Sans Serif", "MS Sans Serif", Tahoma;
	font-size: x-small;
	color: #666666;
	background-color: #ffcc66;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 550px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}
#content {
	margin: 10px;
	border: 1px solid #CCCCCC;
}
