#cabecalho{
	width: 1024px;
	height: 236px;
	border: 2px solid black;
	border-radius: 10px;
	margin: 20px auto;
	background: white;
}
#menu{
	font-family: "times new roman";
	font-size: 20px;
	width: 1024px;
	height: 350px;
	border: 2px solid black;
	border-radius: 10px;
	margin: 20px auto;
	background: white;
	text-align: center;
}
#rodape{
	border: 2px solid black;
	width: 1024px;
	height: 150px;
	border-radius: 10px;
	margin: 20px auto;
	font-size:20px;
	background: white;
}
.negrito{
	font-weight: bold;
}
.linha{
	text-decoration: none;
}
#menu1{
	font-family: "times new roman";
	font-size: 20px;
	width: 1024px;
	height: 350px;
	border: 2px solid black;
	border-radius: 10px;
	margin: 20px auto;
	background: white;
	line-height: 175px;
	text-align: center;
}