body
{
    font-family: Verdana, Times New Roman;
    background: #fffcf0;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1
{
    text-align: center;
}

p
{
    text-indent: 1em;
}

p:first-letter,
.info:first-letter
{
    font-size: 130%;
    font-weight: bold;
}

.homelink
{
    position: relative;
    margin: 0px;
    padding: 3px;
    background: orange;
}

.homelink:before
{
    content: "--> ";
}

.info:before
{
    content: "Info: ";
}

.info
{
    position: fixed;
    top: 0px;
    margin: 0px;
    right: 0px;
    padding: 5px;
    border: 1px solid yellow;
    background: lightgoldenrodyellow;
    width: 100%;
    text-align: center;
}
