.ulFontAttr li a {
    font-size: 20px;
    text-decoration: none;
}
footer {
    background-color: goldenrod;
    text-align: center;
    font-size: 10pt;
    font-style: italic;
}
div > h3:first-child {
    font-size: 20px;
    color: red;
}
ul > li > span {
    color: blue;
}
header {
    background-color: lightblue;
    text-align: center;
    vertical-align: center;
    border: thin solid black;
}
header > p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    font-size: small;
}
div > div > div > ul > li {
    margin-top: 15px;
    font-size: 20px;
}
