Listing 3-4 "CSS-Eigenschaften für strukturiertes HTML"

body {
background-color: #ffffff;
color: #1E1E1E;
background-image: url('bg.jpg');
background-repeat: repeat-x;
font-family: verdana;
font-size: 75%;
}
h1 {
color: white;
}
img {
width: 120px;
height: 100px;
border: 1px solid #cccccc;
}
div.teaser {
width: 125px;
float: left;
}
h2 {
font-size: 1.2em;
color: #dedede;
margin-top: 0;
height: 2em;
}
p {
padding: 0;
}
p.info {
margin: 0;
padding: 0.1em 0.2em;
height: 5.2em;
}
p strong {
border: 1px solid #063049;
height: 2.4em;
display: block;
color: #000000;
font-size: 1em;
padding: 0.4em;
margin: 0.1em 0.2em;
}

Dieses Beispiel stammt aus dem Buch Barrierefreiheit verstehen und umsetzen.