body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	color: #FFCC33;
	background-color: #336600;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #FFCC33;
	text-align: center;
	text-decoration: none;

}
a {
	text-decoration: none;
}
a:link {
	color: #33FF66;
	text-decoration: none;
}
a:visited {
	color: #66FFCC;
	text-decoration: none;
}
a:hover {
	color: #006600;
	background-color: #66FF99;
	text-decoration: none;
}
.box {
	width: 760px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
