body {
        background-color: white;
        color: black;
     	background-image: url(http://www.wb.com.br/imag2/pokemon/background.jpg); 
}
strong.bad {
                color: red;
                font-weight: bold;
}
strong.good {
                color: green;
                font-weight: bold;
}
input.submit {  font: 10pt Arial;
                background-color: teal;
                color: white;
}
h1 {		text-align: center;
                color: teal;	/* verde-claro;*/
}
h2 {		text-align: center;
                color: teal;
}
h3 {		text-align: center;
                color: teal;
}
.permit {
                background-color: ;	/* yellow; */
                font-weight: bold;
}
pre {
                background-color: yellow;
}
p.note {
                font-size: smaller;
}
