.table {
	font-family: "Comic Sans MS";
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border: thin solid;
	background-color: #FFFFFF;
	height: 2400px;
	width: 700px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: scroll;
	position: relative;
	top: auto;
	color: #0000FF;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
}

