body {
	font-family: "Century Gothic";
}
.Fonte_Titulo_Vermelha {color: #D4261F; font-size: 24px; }
.conteudo {font-family: "Trebuchet MS"; }
.forma {
	width: 202px;
	height: 312px;
	background-color: #D4261F;
	padding: 1px;
	margin-left: -1px;
	margin-top: -1px;
}
.dentro {
	width: 200px;
	height: 310px;
	background-color: #FFF;
	margin: 1px;
}
.dentro img {
	height: 150px;
	width: 200px;
	border: 0;
}

.texto {
	padding: 5px;
}
#menu {
	background-color: #D4261F;
	height: 50px;
	color: #FFF;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

