/* Save the surface and you save all - Sherwin Williams, quoted in 
   W.V.O. Quine's /Quiddities/. */

body { 
 background-color: rgb(230,230,230);
 color: rgb(24,24,24);
}

div {
 font-size: 1.4em/1.6em;
 padding-bottom: 8px;
 padding-top: 8px;
 padding-right: 20%;
 padding-left: 20%;
}

p { 
 font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", "New Century Schoolbook", Palatino, "Times New Roman", serif;
 font-size: 1.8em/2em;
 padding: 0.2em 0.2em 0.2em 0.2em;
}

.attribution {
 font-style: italic;
 margin-right: 4%;
 text-align: right;
}

