	body {
		font:14px Arial, Helvetica, sans-serif;
		background-color:#fff;
		padding:0px;
		margin:0px;
		text-align:center;
		}

	a:link {
		color: #000000; text-decoration: none;
		}
	
	a:visited {
		color: #000000; text-decoration: none;
		}
	
	a:hover {
		color: #ff0000; text-decoration: none; background: none;
		}

	img {
		margin:0;
		padding:0;
		border-width:0px;
		}	

.tableout {
		width:500px; margin:20px auto; background:#eeeeee; border: solid black 1px;
		}