body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    }

a:link,
a:visited,
a:active {
    color: #000;
    }
a:hover {
    color: #3366FF;
    }

h1.logotype {
    background-image: url('../graphics/logotype.gif');
    background-repeat: no-repeat;
    float: right;
    margin-top: -2em;
    text-indent: -5000px;
    height: 547px;
    width: 702px;
    }
h2.logotag {
    background-image: url('../graphics/logotag.gif');
    background-repeat: no-repeat;
    text-indent: -5000px;
    height: 472px;
    margin: 5em 0em 2.5em;
    width: 108px;
    }

.content {
    background-image: url(../graphics/ron-photo.png);
    background-repeat: no-repeat;
    background-position: 0em 2em;
    height: 332px;
    margin-bottom: 5em;
    padding-left: 19em;
    }
