@charset "UTF-8";

/* Formatar paragrafo tamanho da fonte e justificar */
body {
	background-color: white;
	color: rgba(0,0,0,2);
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 10px;
	margin-left: 300px;
	}

/* Formatar justificada e marcadores*/
p {
	text-indent: 10px;  
	text-align:justify; 
	}

.hidden {
	display: none;
	}
	input {
		diplay: block
		}