body {
	background-image: url("images/fundo.png");
    background-repeat: repeat;
    font-size:16px;
}

#newmenu {

    margin-top: 20px;
    margin-bottom: 40px;
}

#newmenu h4 {
display: inline-block;
margin: 10px;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
}

#menu {
    display: inline-block;
    margin-left: -20px;
    text-transform: uppercase; 
}

#controls {
    margin: 10px -50px;
    padding: 20px 50px;
    text-align: center;
}

body, p, h1, h2, h3, h4, h5, h6 {
        font-family: "Roboto Condensed", sans-serif !important;
}


body {
    font-family: "Roboto Condensed";
   text-align: center;
   text-decoration-color: black;
}

a:link, a:visited {
    color: black;
    text-decoration:none;
}
a:hover {
    color: gray;
}

h4:link, h4:visited {
    color: black;
    text-decoration:none;
}
h4:hover {
    color: gray;
}

element {
}
#controls .toggle {
    font-size: 15px;
    margin: 0 10px;
    font-weight: bold;
}

h1{
	text-align: center;
color: white;
font-size: 0pt;
 }



h1{
    text-align: center;
color: white;
font-size: 0pt;
 }

h3 {
    text-align: center;
    text-transform: uppercase;
}