html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: Roboto,Helvetica,Arial,Sans-Serif;
	font-size: 1.4rem;
	max-width: 30000px;
}

a{
	color: #dd2626;
	text-shadow: 1px 1px #e7e7e7;
}

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

.gerenciar{
	color: #fff;
	text-shadow: 1px 1px grey;
}

.gerenciar:hover{
	color: #000;
	text-decoration: none;
}

form{
	margin-top: -50px;
}

hr{
	width: 100%;
	border: 1px solid #4e4e4e;
	text-align: left;
	margin-top: -10px;
}