body {
	background-color: #ffffff;
	background-image: url('background.jpg'); 
	background-repeat: repeat;
	
	margin: 0;
}

img {
	border: none;
}

a:link {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

table {
	width: 1200px;
	border-spacing: 0px;
}
td {
	padding: 0px;
	font-size: 25px;
	color: #000000;
	font-family: Courier;
	font-weight: bold;
	text-align: center;
}

p {
	font-size: 25px;
	text-align: center;
}

p.link {
	font-size: 30px;
	text-align: center;
}
