
* {
  margin: 0;
  padding: 0;
}


.content {
  width: 23cm;
  margin-right: 35%;
  padding-top: 20px;
  margin-bottom: 40px;
  margin-left:auto;
  margin-right:auto;
  margin: 0 auto;
  font: 400 1.0em 'trebuchet ms',arial,sans-serif;
  color: #666;
}

p {
  line-height: 1.8em;
  margin: 10px 0 20px 0;
  color: #333;
  font-size: 0.75em;
  text-align: justify;
}

.content ul{
  margin: -10px 0 20px 20px;
  color: #333;
  font-size: 0.75em;
}

.content li{
  list-style: none;
  background : url("toggle-hidden.png") no-repeat;
  padding-left: 12px;
}

li.flechehidden {
  background : url("toggle-hidden.png") no-repeat;
}

li.flecheshown {
  background : url("toggle-shown.png") no-repeat;
}

.content a{
  text-decoration: none;
}

.content a:hover {
  border-bottom: none;
}

#twitterflux{
  display:none;
}

#deliciousflux{
  display:none;
}



