/*

World Cup

*/

#worldcup #content p, #worldcup #content dl, #worldcup #content li {
  line-height: 1.6em;
}
#worldcup #content h2 {
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
}
#worldcup #content h3 {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 1em;
}
#worldcup #content h4 {
  font-weight: bold;
  padding-bottom: 1em;
}
#worldcup #content dt {
  font-weight: bold;
}
#worldcup #content ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}
#worldcup #content table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 0.85em;
}
#worldcup #content table th, #worldcup #content table td {
  padding: 8px 6px;
  border-right: 1px solid #ccc;  
  border-bottom: 1px solid #ccc;
}
#worldcup #content table th {
  color: #000;
  font-weight: bold;
  background: #eee;
}