	* 	{
		margin: 0 0 0 10;
		padding: 0;
		font-family: Roboto;
	}

	body {
		margin: 10 10;
		background-color: #eee;
	}


	nav	{
		width: 95%;
		height: 30px;
		background-color: #fff;
	}

	
	ul {
	
	}

	ul li {
		list-style: none;
		display: inline-block;
		float: left;
		line-height: 30px;
	}

	ul li a {
		text-decoration: none;
		font-size: 16px;
		color: #1e1e1e;
		padding: 0 20px;
	}

	ul li a:hover {
		color: red;
	}


	table {
		border: 2px solid gray;
		background-color: #FFC;
		padding: 0 10px;
	}
	
	th	{
		border-bottom: 5px solid #000;
		font-size: 14px;
	}	

	td	{
		border-bottom: 2px solid #666;
		font-size: 12px;
	}
