/* CSS Document */

html, body{
	background-color:white;
	padding:5px;
	margin:0px;	
	}

table {	
	background-color:#6699cc;
	border:0px;
	height:300px;
	text-align:center;
	width:300px;
	}

	td{	padding:0px; text-align:center;}
	
	img{border:0px;}