/*General Styles*/
body {
       font-family:"Trebuchet MS",verdana,sans-serif;
       font-size:14px;
       background-color:#000000;
       color:#B0B0B0;

       }

/*títulos*/
#header{
         text-align:center;
         height:25;
         color:#990000;
         } 
h1 {
          font-size:22px;
          }

h2 {
            font-size:18px;
            }
/*armado de la página*/
div#menu{
          /*position:absolute;*/
          float:left;
          /*top:80px;*/
          width:180px;
          margin:10px;
          border-style: solid solid none solid;
          border-color:#000;
          border-size:1px;
          border-width:1px;
          }

div#contents{
              /*position:absolute;*/
              float:left;
              /*top:80px;*/
              left:200px;
              width:750px;
              }

div#footer{
            clear:both;
            position:relative;
            top:10px;
            text-align:right;
            }

div.author{
            text-align:right;
            }

code{
      font-family:"Courier New",Courier,monospace;
      font-size:14px;
      text-align:center;
      }