#caixa-principal{
	background-color: DarkRed;
	border-radius: 15px;
}

.box{
	text-align: center;
	font-size: 40px;
	font-family: "Times New Roman";
	text-shadow: 1px 1px 1px black;
	margin: 0;
	border-radius: 15px;
}

.box-0{
	background-color: LightSalmon;
	border-radius: 15px;
	height: 300px;
	margin: 0;
}

.box-1{
	background-color: DarkRed;
	text-align: center;
	height: 200px;
	margin: 0;
	border-radius: 15px;
}

.imagem{
	position: relative;
	top: 0px;
	right: 0px;
}

.fonte{
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman";
}

.centralizar{
	text-align: center;
	font-size: 20px;
	margin-top: 0;
}

.sublinhado{
	text-decoration: none;
	color: black;
}
.menu{
	font-size: 24px;
}
body{
	background-color: black;
}
a:link, a:visited, a:active {
	text-decoration: none;
	}
a:hover {text-decoration: underline;  
	color:#000; 
	font-size:150%; 
	}