
	body {
		font-family: arial, sans serif;
		margin: 0 auto;
	}

	h1 {
		text-align:center;
		}

	img {
		text-align:center;
		}

	.barra {
		font-size:small;
		width: 100%;
		margin: 0 auto;
		background-color: black;
		color: white;
		padding: 5px;
		width: 100%;
		text-align:center;
	}

	.barra a {
		font-size:small;
		color: white;
		text-decoration:none;
		}
	
	.barra a:link {
		font-size:small;
		color: white;
		}	

	.barra a:hover {
		font-size:small;
		color: silver;
		text-decoration: underline;
		}	

	.conteudo {
		width: 600px;
		margin: auto;
		}
		
