@charset "utf-8";
/* CSS Document */

body{
	width:5000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:black;
	color:#FFC;
}

th{
	font-size:14px;
	background-color:#F90;
	color:#000;
}
.table_main{
	width:700px;
}

.div_dag{
	float:left;
}

.table_weather{
	width:100%;
}

.table_dag{
	 width:200px;
	 border:2px;
	 cellpadding:3px;
	 border-right-style:dashed;
	 background-color:#6F0;
	 color:#000;
}
