body {
background:#ffffff; 
background-image: url("./fundo3.jpg");
color:white
}



h1 { 
color:#011B36;
font: 13;
font-family: arial, verdana; 
font-weight: bold;
text-align: center;
}

h2 { 
color:#460008;
font: 15;
font-family: verdana, arial; 
text-align: right;
font-weight: bold;
}



h3 { 
color:#808080;
font: 10;
font-family: verdana, arial; 
text-align: justify;
font-weight: normal;
}


h4 { 
color:#ffffff;
font: 9;
font-family: verdana, arial; 
text-align: center;
}

p {
  color: #ffffff;
  font-family: verdana, arial;
  font: 9;
}

em  {
font-style: normal;
color:#33ff33;
}


a:link {color:white; text-decoration:none; font-weight: bold;}
a:active {color:white; font-weight: bold;}
a:visited {color:white; text-decoration:none; font-weight: bold;}
a:hover {color:#460008; text-decoration:none; font-weight: bold;}




</style>
