/*
 reports.css
 style sheet for rendering reports without colour coding
 author: Martin Weisser
 created: Sun Jul 31 12:32:26 2011
 last edit: 05-Aug-2011 15:40:11
*/

body {
    margin: 2.5%;
    font-size: 1.25em;
    line-height: 1.75em;
}

p.from:before {
    content: 'From: ';
}

p.to:before {
    content: 'To: ';
}

p.date:before {
    content: 'Date: ';
}

p.subject:before {
    content: 'Subject: ';
}