body {
    text-align: center;
    background-color: #FFF;
    font: normal 62.5% times, "Times New Roman", times-roman, georgia, serif;
    color: #444;
}

#wrapper {
    margin: 7em auto;
    width: 760px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

h1 {
    font-size: 6em;
    letter-spacing: 0.015em;
    line-height: 1em;
}

h2 {
   font-size: 5em;
}

h3 {
    font-size: 2.4em;
    letter-spacing: -0.015em;
    line-height: 1em;
    margin-bottom: 0.6em;
}

h4 {
    font-size: 1.8em;
    letter-spacing: -0.005em;
    line-height: 1em;
    margin-bottom: 0.2em;
}

p {
    font-size: 1.4em;
    letter-spacing: -0.015em;
    line-height: 1.6em;
    margin-bottom: 1em;
}

sup {
    font-size: 0.7em;
    font-style: italic;
    vertical-align: super;
    margin-left: 0.05em;
}

.caps {
    text-transform: uppercase;
}

.smallcaps {
    text-transform: uppercase;
    font-size: 80%;
}

.nocaps {
    text-transform: none;
}

.mini {
    font-size: 1.2em;
    letter-spacing: 0.012em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.underline {
    padding-bottom: 1em;
    border-bottom: 1px solid #D5D5D5;
}

.amp {
    font-family: "Palatino", "Book Antiqua", serif;
    font-weight: normal;
    font-style: italic;
    color: #999;
}

.blue {
    color: #5484AB;
}

.pink {
    color: #FE7D93;
}