* {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
a {
    color: #d22;
    border-bottom: 1px dashed;
    text-decoration: none;
}
a:hover {
    border-bottom: 2px solid;
}
a:visited {
    color: #711;
}
h1 {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    color: #222;
}

h2 {
    font-weight: bold;
    color: #222;
}

p {
    margin-bottom: 24px;
    color: #444;
}
.content {
    position: absolute;
    top: 72px;
    left: 110px;
    width: 550px;
}
li {
    color: #444;
}
ul, ol {
    margin-bottom: 24px;
}
.menu {
    position: absolute;
    top: 24px;
    left: 110px;
}
.menu_item {
    margin-right: 3em;
    font-weight: bold;
}
.photo {
    position: absolute;
    top: 168px;
    left: 708px;
}
.emph {
    color: #03b;
    font-weight: bold;
}
