html {
    background-color: rgb(242, 235, 201);
}
body {
    padding: 1em;
    font-family: "Cochin", "Palatino", "Georgia", serif;
}
:link {
    color: rgb(0, 82, 166);
}
:visited {
    color: rgb(28, 79, 127);
}
h1 {
    color: black;
}
.float_guard {
    display: block;
    clear: both;
    visibility: hidden;
}
.header {
    margin-bottom: 1em;
}
.company {
    /*font-family: Cochin, serif;*/
}
.company .name {
    font-size: 250%;
}
.company .name :link, .company .name :visited {
    color: rgb(38, 32, 0);
    text-decoration: none;
}
#company_info p {
    margin: 0.5em;
    text-indent: 1.5em;
}
#support_info p {
	margin: 0.5em;
	text-indent: 1.5em;
}
.navigation {
    font-size: 75%;
    padding-left: 1em;
}
.navigation .current:before {
    content: "‣";
}
.navigation .destination {
    color: #000;
}
.copyright {
    margin-top: 5em;
    font-size: 75%;
}
.product {
    width: 500px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.product .name {
    font-size: 150%;
}
.product .summary {
    display: block;
    margin-top: -0.3em;
    margin-bottom: 0.5em;
    font-size: 90%;
    font-style: italic;
    font-weight: lighter;
}
.product .icon {
    display: block;
    width: 64px;
    height: 64px;
    float: left;
    margin: 0.53em;
}
.product .description {
    display: block;
    font-size: 95%;
    width: 400px;
    float: right;
    margin: 0.5em;
}
.instructions h3 {
    font-size: 110%;
    margin-bottom: 0.5em;
}
.instructions .screenshot {
    margin: 1em;
    width: 350px;
    float: left;
    text-align: justify;
}
.instructions .screenshot img {
    max-height: 250px;
    max-width: 100%;
    margin-bottom: 0.5em;
}
.instructions .screenshot .caption {
    display: block;
}


