first_name
{
	display:inline;
	width: '100px';
	background-color: '#CCCCCC';
}

last_name
{
	display:inline;
	width: '100px';
	background-color: '#CCCCCC';
	
}

id
{
	display:inline;
	width: '100px';
	background-color: '#CCCCCC';
	
}

number
{
	display:inline;
	width: '48px';
	background-color: '#CCCCCC';
	
}
score
{
	display:inline;
	width: '48px';
	background-color: '#CCCCCC';
	
}
homework
{
	display:block;
	margin: 1px;
	width: '100px';
	background-color: '#000000';
	
}
homeworks
{
	display:inline;
	width: '100px';
	background-color: '#CCCCCC';
	
}
student
{

	display:block;
	margin: 5px;
	width: '415px';
	background-color: '#000000';
}

students
{

	display:block;
	width: '420px';
	background-color: '#666666';
}