body {
	background-image:url(images/bluetile.jpg);
	background-repeat: repeat;
	font-size: 14px;
	
}

p {
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
}

.tablegold {
	background-image:url(images/goldtile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 2;
	width: 100%;
	border: 0;
}

.tableblue {
	background-image:url(images/bluetile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 5;
	width: 100%;
	border: 0;
}



a:link{ color: #ffffff;
     text-decoration: underline;}
	 
a:visited{ color: #ffffff;
     text-decoration: underline;}
	 
a:hover { #ffffff;
     text-decoration: underline;}
	 
a:active { #ffffff;
     text-decoration: underline;}
