3 a:hover
{ background-color: yellow
}
4 h1
{ font-variant: small-caps
}
5 *.header
{ background-color: yellow
; font-family: monospace
}
6 *.header
a:link
{ color: black
}
7 *.header
a:hover
{ background-color: red
}
8 *.footer
{ background-color: yellow
; font-family: monospace
}
9 *.footer
a:link
{ color: black
}
10 *.footer
a:hover
{ background-color: red
}
11 *.description
{ font-style: italic
}