@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: inherit;
}

body{
	background-image:url(image/background-plano-e-projeto.png);
	background-color:#FFE0A5;
	}

a{
	text-decoration:none;
	color:#572300;
	}	
	
a:hover {
	text-decoration:underline;
	}

#nome{
	margin: auto;
	padding-top: 80px;
	width: 960px;
	}

#nome h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#572300;
		}

#aviso{
	margin: auto;
	padding-top: 170px;
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	color:#572300;
	}
	
#aviso h3{
	font-size:40px;	
	}
	
#aviso p{
	font-size:12px;
	}