/* simple reset rule to set page defaults */
* {
    margin: 5px;
    padding: 5px;
    position: relative;
    border-radius: 5px;
}

body {
    background-color: #41B3A3;
    font-family: verdana;
    font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6, p, a, dt, dd{
    z-index: 10;
}

header, main, article, aside, footer {
    border-bottom: 4px groove #F64C72;
    margin: 8px;
    padding: 6px;
}

.portrait {
    float: right;
    width: 250px;
    padding-left: 5px;
}

abbr {
    margin: -5px;
}

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
    font-size: 75%;
}

main {
    overflow: hidden;
}

li {
    margin-bottom: 8px;
    margin-left: 16px;

}

dt {
    margin-top: 8px;
    margin-bottom: 4px;
}

/* link behavior */
