body{
	font-family: tahoma, arial;
	font-size: 13px;
	color: white;
	background: url(../img/tlo.jpg);
}

a{
	color: white;
}

td{
	font-size: 13px;
}

th{
	font-size: 13px;
	color: white;
	background: blue;
}

.grid,
.grid a{
	color: black;
}

.grid tr:nth-child(odd){
	background-color: white;
	font-size: 11px;
}

.grid tr:nth-child(even){
	background-color: #f0f0f0;
	font-size: 11px;
}
