body
{
	background-color: #444;
	font-family: 'Lato', sans-serif;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#topbarL
{	
	float:left;
	padding: 20px;
	background-color: #f2f5f7;
	height: 230px;
	width: 960px;
	margin-top: 70px;
	margin-bottom: 70px;
	border-radius: 10px;
	
}

#content
{
	float: left;
	padding: 40px;
	width: 920px;
	background-color: #f2f5f7;
	min-height: 580px;
	text-align: justify;
	border-radius: 10px;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 20px;
}

#button
{
	float: inherit;
	width: 700px;
	background-color: #f2f5f7;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}

#lista
{	
	border-top-color: #d3d7da;
	border-top-style: solid;
   border-top-width: 1px;
   text-align: center;
}

.listaL
{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 900;
}

.bigtitle
{
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 2px;
}

.h1
{
	font-size: 16px;
	height: 40px;
   line-height: 40px;
}

.h1:hover
{
	background-color: #444;
	color: #ffffff;
	cursor: pointer;
	border-radius: 10px;
}

.footerL
{
font-size: 20px;
}