body { 
  background-color: #FBFBFB; 
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial;
  line-height: 2.2em;
}
a:link		{ color: #000080;}
a:visited	{ color: #000080;}
a:link.Navlink  {color : #000000;}
a:visited.Navlink  {color : #000000;}
a:active.Navlink  {text-decoration: none;}
a:hover.Navlink  {text-decoration: none;}

H1
{color:#ffffff;}

H2{
	color: #000080;
}

H5{
text-align: center;
	color: #ffffff;
	font-size: 15px;
}

H4{
text-align: center;
padding:0; 
margin:0; 
color:#ffffff;}
	
}
}


img { border: 0; }

.text {
width: 95%;

}		

input[type=submit] {
    width: 80px;  
	height: 70px;
	font-size:16px;
}

input[type=button] {
    width: 80px;  
	height: 65px;
		font-size:16px;
}

input[type=text] {
    height: 65px;
	width: 200px;
	font-size:16px;
}

input.regio[type=text] {
    height: 45px;
	width: 280px;
	font-size:16px;
}

select{
    height: 70px;
	width: 300px;
	font-size:16px;
}

#footer a {
    padding: 3px 0;
	bottom:0;
	left:0;
	margin:0;
  	width: 100%;
    font-weight: bold;
    font-size:1.5em;
	font-weight:800;
    color: #FFF;
    text-align:center;
}

#footer {
    padding: 3px 0;
	margin:0;
	bottom:0;
	left:0;
  	width: 100%;
background: #336699;
    font-size:1.5em;
    text-align:center;
}

/* MEDIA QUERIES */
@media screen and (max-width: 800px) {
	input[type=submit] {
    width: 100px;  
}

input[type=button] {
    width: 600px;  
}

input[type=text] {
	width: 423px;
}

input.regio[type=text] {
	width: 250px;
}

select{
	width: 535px;
}

}


/* MEDIA QUERIES */
@media screen and (max-width: 468px) {
	input[type=submit] {
    width: 100px;  
}

input[type=button] {
    width: 260px;  
}

input[type=text] {
	width: 223px;
}

input.regio[type=text] {
	width: 250px;
}

select{
	width: 335px;
}

}
