@CHARSET "UTF-8";
div.mainmenu
{
	background-color:#FF4500;
	width:100%;
	height:100px;
	color:white;
}
div.main
{
	margin-left:1px;
	margin-top:20px;
}
table.data
{
	border:0;
	width:100%;
}
table.data thead
{
	background-color:#FF7F50;
	color:white;
	height:80px;
}
table.data thead tr
{
	height:40px;
}
table.data tbody tr:nth-child(even)
{
	background: #F5F5F5;
}