html {
	height: 100%;
	}
	
body {
	font-family: Signika-Regular;
	margin: 0;
	}
	
.menu a {
	text-decoration: none;
	color: #3d3d3d;
	display: block;
	line-height: 50px;
	padding-left: 15px;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.7);
	}

	
header h1 {
	color: #777;
	text-shadow: 1px 1px #fff;
	margin: 0 0 30px 0;
	font-size: 24px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.6);
	padding: 15px;
	}
	
ul.menu {
		list-style-type: none;
		float: left;
		margin: 0 40px 20px 10px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
		background: #a2d46f;
		}
	
/*animando o menu*/	
ul.menu li {
	width: 350px;
	height: 50px;
	background: #eee;
	margin-bottom: 1px;
	}
	
ul.menu li:hover {
	background: #a2d46f;
	}
	
div.dica {
	width: 60%;
	background: rgba(238, 238, 238, 0.4);
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
	border: 1px solid #a2d46f;
 margin: 50px auto;
	}
	
div.dica fieldset {
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
 }
	

div.dica a {
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.7);
	font-weight: bold;
	color: red;
	display: inline-block;
	text-transform: uppercase;
	}
	
div.dica a.externo {
	background: url(../imagens/link-externo.png) no-repeat right 2px;
	padding-right: 20px;
 }
	
div.dica a:hover {
	text-decoration: underline;
	}
	
