html{
  background: #4B4B4B url('http://www.josevittone.com/images/back-noise.png') repeat-x scroll top left;
}

body{
  width:788px;
  margin:0 auto;
  padding-top: 70px;
  font: 100% 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
  color: #CCC;
}

a{
  color: #CCC;
  text-decoration: none;
  padding: 1px 2px;
  border-bottom:1px solid #666;
}

a:hover{
  color: #FFF;
  background-color: #333;
}

ul{
  list-style: none;
}

li{
  display: inline;
  margin-bottom: 0.8em;
  padding-left: 1em;
}

em{
  font-style: italic;
}

strong, b{
  font-weight: bold;
}

.menu {
  text-align: center;
  margin:5em 0 1em 0;
}