/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #666666;
	text-align:center;
}
.container {
	color:#666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 500px;
	width: 750px;
	
}
