body {
	background-image: url(back.jpg);
	background-color: Gray;
}

table	{
	font-family: "New York", Georgia, serif;
	font-size: 12;
	border-color: Black;
	background-color: White;
	border-left-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
}

a {
	color: orange;
	text-decoration: none;
}


a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

