body {
	font-size:0.625em;
	font-family: Arial, serif;
	color:#999;
	text-align:center;
	background-color:#999;
	padding:25px;
}

td {
	text-align:center;
	color:#999;
	font-family: Arial, serif;
	font-size: 14px;
	font-weight:bold;
	font-variant:small-caps;

}

img {
	border-style: none;
}

a {
	color:#999;
	text-decoration:inherit;
	border-bottom:none;
}

a:hover {
	border:none;
	color:#69c;
}

#box {
	width: 1000px;
	background-color:#FFF;
    border-color: #333	;
    border-style: solid;
	border-width: 1px;
	margin: -23px auto 0 auto;
	padding: 25 px;
}

#darktext {
	color:#333;
}