* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	width:100%;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
	background-color: #2bf1d3;
	
}

a:hover { background-color:#dcfd27;} 

body {
	font-family: helvetica, arial;
	font-size: 18px;
	color: #000;
	background-color:#fff;
	background-image: url(imagens/bg.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 450px;
	margin-top: 80px;
	margin-left: 20px;
}
#content h1 {
	font-size: 35px;
	color: #fff;
	background-color: #ee0133;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
}

#content h1:hover { background-color:#dcfd27;} 
#content p {
	clear: both;
	margin-bottom: 10px;
	color: #000;
}
input,textarea {
	background-color: #FFF;
	font-family: helvetica, arial;
	font-size:13px!important;
	border: none;
	padding:2px;
	margin-bottom:1px;
	color: #000;
}
label {
	font-size:13px;
}
.dizer {
	
}
