body{
font-size:20px;
font-family:verdana;
color:black;
background-color:#fcfccc;
font-weight:bold;
font-style:normal;
background-image:url(Imagens/fundo.jpg);
background-size:100%;
background-repeat:no-repeat;
background-position:center right;
background-attachment:fixed;
}
h1{
	font-size: 14px;
	font-family: arial;
	color: black;
	text-align: justify;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

h2{
	font-size: 50px;
	font-family: arial;
	color: black;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
}

h3{
font-size:25px;
font-family:arial;
color:purple;
text-align:left;
text-decoration:none;
background-color:transparent;
}

h4{
font-size:40px;
font-family:arial;
color:black;
text-align:center;
text-decoration:none;
background-color:transparent;
}

a:link{
font-size:15px;
font-family:verdana;
color:yellow;
text-decoration:none;
width:236px;
background-color:black;
display:block;
}

a: visited{
font-size:15px;
font-family:verdana;
color:orange;
text-decoration:none;
width:236px;
background-color:black;
display:block;
}

a:hover{
	text-align: center;
	border-color: orange;
	border-style: solid;
	border-width: 2px;
}
