body
{
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: black;
	color:white;
	font-size: small;
// background-image: url('../img/Fundo.jpg');
}

a:link, a:active, a:visited { text-decoration: none; color: #6298c1; }
a:hover, a:focus { text-decoration: underline; color: #94c2e5; }
a:active {position:relative;top:1px;}

/*
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;
}*/
#back {
        display:scroll;
        position:fixed;
        top:0px;
        left:0px;
}

p
{
	margin: 10px 0px 0px 0px;
}

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

li
{
	padding: 5px 0px 5px 0px;
	font-size: 18px;
	letter-spacing: 0px;
	word-spacing: -1px;
	font-style: oblique;
}

ul li
{
	padding: 10px 0 0 5px;
}

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:500px; 
  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;

}

