div.address {
    border-style: none; 
    font-style: italic; 
    color: blue
}

div.transcription {
    border-style: double; 
    background-color: linen; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 10px
}

div.dated {
    text-align: right; 
    margin-right: 100px; 
    font-weight: bold
}

p.theory {
    background-color: yellow;
}