@charset "utf-8";
body {
	background-image: url(img/clouds.png);
	font-size: 16px;
	text-align: center;
}
.tableround {
	color:#FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
table { background-color: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
thead { background-color: #309  ; color :#fff;}
