@CHARSET "UTF-8";
body
{
	margin:0;
}
div.mainmenu
{
	background-color:#FF4500;
	width:100%;
	color:white;
}
div.mainmenu span
{
	color:white;
	font-size:30px;
}
div.mainmenu ul
{
	list-style:none;
}
div.mainmenu ul li
{
	display:inline;
	cursor:pointer;
}
div.main
{
	margin-left:20px;
	margin-top:20px;
}
table.data
{
	border:0;
	width:60%;
}
table.data thead
{
	background-color:#FF7F50;
	color:white;
	height:80px;
	cursor:pointer;
}
table.data thead tr
{
	height:40px;
}
table.data tbody tr:nth-child(even)
{
	background: #F5F5F5;
}
table.data tbody tr.highlight
{
	background: yellow;
}
table.data tbody tr:hover
{
	background: #FFA07A;
}
