body { 
  font: 100% Arial;
} 

#Linkliste {
  background-color:#ADD8E6;
}

#Linkliste p { 
  padding-top:8px;
  padding-bottom:10px;
} 

#Inhalt h1, h2, h3 { 
  color:red;
} 

#Inhalt table, tr, td {
  border: 1px solid black;
} 

#Inhalt th {
  color:white;
  background-color:#000000;
} 
