body {
 background: #000;
 color: #5AA76C;
 text-align: center;
 font-family: Verdana;
}
a {
 color: #37C64F;
 text-decoration: none;
}
a:hover {
 color: #27E847;
}
#main {
 margin: auto;
 text-align: center;
 width: 770px;
 border: 1px solid #0F3114;
}
#menu {
 background-color: #084712;
 font-size: 13px;
 padding: 2px;
 border-top: 2px solid #00761C;
 border-bottom: 2px solid #00761C;
}
#menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#menu ul li {
 display: inline;
 padding: 4px 10px 4px 10px;
 width: 100px;
}
#menu a {
 padding: 0px 10px 0px 10px;
 text-decoration: none;
}
#menu a:hover {
 background-color: #04330C;
}	 
#topo {
 text-align: left;
 padding: 10px;
 font-size: 10px;
 color: #36F356;
 background-image: url(topo.jpg);
 background-repeat: no-repeat;
 height: 100px;
 background-position: center center;
}
#conteudo {
 padding: 10px;
 font-size: 13px;
 text-align: left;
}
#conteudo h3 {
 margin-top: 0;
 color: #36F356;
}
#rodape {
 font-size: 10px;
 padding: 4px;
 background-color: #04330C;
}
ul.nostyle {
  list-style: none;
}
