h1#firstHeader {
    font-size: 175%;
    font-weight: normal;
}

#summaryCtr p.abstract {
    font-size: 128%;
    line-height: 130%;
}

#screenshots {
    position: relative;
    height: 300px;
    width: 300px;
    text-align: center;
    line-height: 300px;
    border-radius: 9px;
    float: right;
    margin-left: 2em;
    overflow: hidden;
}

#screenshots img.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 2px #a2a2a2;
}

#screenshots > a {
    position: absolute;
    display: block;
}

#screenshots img.thumbnail:hover {
    box-shadow: none;
}

#learnMoreLink {
    font-size: 1.4em;
}

dl.newsItems > dt {
    font-weight: bold;
    margin-bottom: .5em;
}

dl.newsItems > dd {
    margin-bottom: 1em;
}
