/* http://www.w3schools.com/css/default.asp 
  http://www.moronicbajebus.com/playground/cssplay/
  http://www.moronicbajebus.com/playground/cssplay/reformat-table/
  http://www.w3.org/Style/Examples/007/roundshadow.html
  http://www.literarymoose.info/=/css.xhtml
  http://www.literarymoose.info/=/synopsis/mathml.xhtml
  http://glish.com/css/7.asp
  http://glish.com/css/1.asp
  http://glish.com/css/hacks.asp
*/
A:link
	{
	text-decoration: none;
	color: red;
	font-family: Arial;
	font-size: 12pt;
	}

A:visited
	{
	text-decoration: none;
	color: blue;
	font-family: Arial;
	font-size: 12pt;
	}

A:hover
	{
	text-decoration: underline;
	color: red;
	font-family: Arial;
	font-size: 12pt;
	}

      A.smallred:link, A.smallred:visited, A.smallred:active
        { font-family: "Times New Roman", system; font-size: 9pt; 
          font-weight: bold; text-decoration: none; color: rgb(192,24,24) }

      A.smallred:hover { font-family: "Times New Roman", system; font-size: 9pt; 
                             font-weight: bold; color: rgb(246,72,72) }

.header {
        font-family: sans-serif, system; 
	font-size: 11pt;
        font-weight: bold; 
	color: rgb(138, 6, 6); 
}

body {
        background-color: white;
        color: black;
     	/* background-image: url(http://www.wb.com.br/imag2/pokemon/background.jpg); 
	*/
        margin:  0pt 10pt 0pt 20pt; /*  top, right, bottom, left */
}
strong.bad {
                color: red;
                font-weight: bold;
}
strong.good {
                color: green;
                font-weight: bold;
}
input.cob {
	font-family: Times,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 9pt; background-color: #d8e6ed; 
	/* color: #002a78; */
	border: none;
	text-decoration:none; 
	}
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;
}
p	{
	 color:  black;
	}
pre {
                background-color: yellow;
}
p.note {
                font-size: smaller;
}
form.centro {
	text-align: center;
}

#Messag2 {
	position:absolute;
	top: 30px;
	left: 40px;
	width: 100px;
        /* height: 65px; */
	padding: 3px;
	background-color: white;
	border:1px dashed #999;
	line-height: 17px;
	/* overflow: scroll; */
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
        voice-family:inherit;
	}
