BODY {
    color: black;
    font-family: sans-serif;
    background: white;
    margin-left: 10%;
    margin-right: 10%;
}

H1 {
    text-align: center;
}

H2 {
    text-align: center;
}

P.menu {
    text-align: center;
    min-width: 100%;
    padding: 0em;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-color: #000000;
    border-bottom-color: #000000;
}

P.quote {
    text-align: center;
    font-style: italic;	
}

P.attribution {
    text-align: center;
    font-weight: bold;
}

P.modified {
    text-align: center;
    font-size: 80%;
}

P.role {
    font-weight: bold;
}

P.place {
    font-style: italic;
}

P.changed {
    border-left-width: medium;
    border-left-color: #000000;
}

ADDRESS.mail {
    align: center;
    font-weight: bold;
    font-style: normal;
}

A:link {
    color: #0000ee;
}

A:active {
    color: #ff0000;
}

A:visited {
    color: #6600ff;
}

A:hover {
    color: #ff8800;

IMG.link {
    border-width=0;
}

