body
{
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: black;
	color:white;
	font-size: small;
}

a:link, a:active, a:visited { text-decoration: underline; color: #fa7932; }
a:hover, a:focus { text-decoration: underline; color: #fa8d51; }

/*a.visited
{
	color:white;
	text-decoration: underline;
}

a
{
	text-decoration: none;
	font-size: large;
	color:#7766bb;
}

a:hover
{
	text-decoration: underline;
	color:white;
}

ul
{
	border: 1px solid gray;
	width: 200px;
	padding-bottom: 8px;
}*/

p
{
	margin: 10px 0px 0px 0px;
	font-size: small;
}

ul
{
	margin: 20px 0px 0px 0px;
	text-align: center;
}

li
{
	padding: 5px 0px 5px 0px;
	font-size: larger;
}

form
{
	padding: 15px;
	color: white;
}

.campo
{
	background-color: #e6e6e6;
	border: 0px;
	font-family: "Courier New";
	font-weight: bold;
	font-size: inherit;
	padding: 0px 3px 0px 3px;
	margin-top: 2px;
}

#conteudo { 	
  position:absolute;
  height:440px; 
  width:400px;
  margin:-220px 0px 0px -200px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  background-color: black;
  border: 1px solid gray;
  color:white;
  overflow: hidden;

}

h1 {
font-size: 24px;
text-align: right;
color: white;
background-color: black;
}

h2
{
font-size: 24px;
text-transform:uppercase;
text-align: center;
color: white;
padding: 140px 0 0 0;
}

h3
{
font-size: 14px;
text-transform:uppercase;
letter-spacing: 4px;
text-align: center;
color: white;
padding: 6px 0 0 0;
}

h4
{
text-transform:lowercase;
text-align: center;
padding: 10px 0 0 0;
}

.menutopo
{
	margin-top: 18px;

}
