.pic {
        float: left;
        text-align: center;
        font-size: 70%;
        width: 450px;
}

.gpic {
        float: left;
        text-align: center;
        font-size: 70%;
        position: relative;
        width: 450px;
}

.text {
        margin-left: 10px;
        position: relative;
        float: left;
        max-width: 400px;
}

.clear {
        clear: both;
}

body {
    max-width: 1000px;
}

h1 {
        text-align: center;
}

h2 {
        text-align: center;
}

.subtitle {
        text-align: center;
}

h3 {
    font-style: italic;
}

