table {
	margin: 10px;
	padding: 10px;
	border: thin double #996600;
	list-style-type: square;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(graphics/tan2.jpg);
	display: table;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	background-image: url(graphics/gradient4.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	list-style-type: square;
}
