/* weblog.nuno.ws - css v9 */
/* O que é preciso é estilo */

body {
 background-color: #000;
 color: #CCC;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 margin: 5px;
 background-position: 0%;
}

a {
 color: #CCC;
}

a:hover, a:active {
 text-decoration: none;
 color: #660000;
}

#corpo {
 width: 690px;
 background: #000;
 margin: 0 auto 0 auto;
 overflow: hidden;
 border: 5px solid #330000;
}

#topo {
 height: 120px;
 background: #000 url(topo.jpg) no-repeat top center;
 margin: 5px;
 margin-bottom: 10px;
}

#menu {
 width: 222px;
 text-align: left;
 margin-left: 5px;
 
}

#texto {
 float: right;
 width: 448px;
 margin-right: 5px;
}

select {
 border-style: solid;
 border-width: 1px;
 border-color: #330000;
 background-color: #000000;
 color: #CCC;
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
}

imagem {
 border: 1px solid #330000;
}

#menu input, #menu textarea {
 border-style: solid;
 border-width: 1px;
 border-color: #330000;
 background-color: #000000;
 color: #FFF;
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
}

#menu input.submitbut {
 margin-right: 0px;
 border-style: solid;
 border-width : 1px;
 border-color: #330000;
 background-color: #000;
 color: #CCC;
}

#menu  ul {
 list-style: square;
 margin: 4px 0 4px 20px;
 padding: 4px;
}
