/* LEGOLAND version 2 team page stylesheet */

body {
    background-image: url("../images/backgrounds/bricks-red-40.jpg");
}

a, a:visited {
    color: red;
}

h1, h2 {
    color: red;
}

hr {
    color: red;
    background-color: red;
}

h2.member {
    margin-bottom: 0;
}

h3.handle {
    margin-top: 0;
}

.member {
    color: green;
}

.duties + p {
/*    margin-left: 92px;*/
}
