body {
    color: #000;
    font-family: tahoma, verdana, "times new roman", serif;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 90%;
}

body,
html {
    height: 100%;
}

.page {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 100%;
    padding: 20px;
}

a {
    color: rgb(35,108,152);
}

.intro {
    margin-bottom: 30px;
    text-align: center;
}

h1 {
    color: rgb(132,90,90);
    font-size: 130%;
    text-align: left;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}

h2 {
    font-size: 110%;
    text-align: left;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a .subtitle {
    font-size: 90%;
    color: rgb(35,108,152);
    text-decoration: underline;
}

.piece {
    width: 174px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    float: left;
    font-size: 95%;
    margin-right: 20px;
    text-align: justify;
}

.pieceAlso {
    width: 820px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    float: left;
    font-size: 95%;
    margin-right: 20px;
    text-align: justify;
    display: none;
}

.footer {
    margin-top: 30px;
    clear: both;
    text-align: center;
    padding-bottom: 20px;
}

.more {
    width: 580px;
    font-size: 95%;
    clear: both;
}

h1 img {
    float: left;
    width: 56;
    height: 61px;
    margin-right: 15px;
}

