body {
	margin: 0;
	padding: 0;
	background-color: black;/* cornsilk */
	color: grey;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	text-align: center;
}
td {
	font-size: 10px;
}
img {
	border: 0 white solid;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff9900;
}

a:hover {
	text-decoration: underline;
}
#logo {
	margin-top: 35px;
	margin-left: 87px;
	float: left;
}

#links_index {
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
}

#links_index a:hover {
	text-decoration: none;
}

