body {font-family: Georgia, serif;
    font-size: 100%;
    line-height: 1.75em;
}

h1 {font: bold 1.5em "Marko One", Georgia, Serif;
    color: olive;
    text-shadow: .05em .05em .1em lightslategray;
}
h2 {font-size: 1em;
    text-align: center;
    letter-spacing: .5em;
    color: olive;
    text-transform: uppercase;
}
dt { font-weight: bold;
    color: sienna;
}

dt strong {color: tomato;}
strong {font-style: italic;}
#info p {font-style: italic; color: gray;}
.price {
    font-family: Georgia, serif;
    font-style: italic;
    color: gray;
}
.label {
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
}
p.warning {
    font-size: small;
    color: red;
}
h1, h2, #info {
    text-align: center;
}

h2 + p {
    text-align: center;
    font-style: italic;
}