/* table formatting */
.inner_table {	
				border: 0px;
				text-align: left;
				postion: relative;
				margin-right: auto;
				margin-left: auto;}

/* center table in browser window*/
.outer_table {	float: center;
				width: 100%; 
				height: 100%; 
				margin-top: 0px; 
				text-align: center;
				border: 0px;}

a:link, a:hover, a:visited  {
	text-decoration: none;
}

body {
	background: url("images/tile.gif");
	}