﻿body {
        font-family: times,serif;
        font-size: 96%;
        margin: 4em;
}

p,h1,h2,h3,h4,blockquote {
        margin:0;
        padding:0;
        font-size:100%;
        
}

h1,h2,h3,h4 {
        font-family: helvetica,sans-serif;
        margin-top: 2em;
}

h1 { font-size: 160%; margin:0; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

p { margin-bottom: 2ex; line-height:150%; }

i cite { font-style: normal; }

p.ednote { 
        margin: 1.5ex 0 1.9ex 0; 
        padding: 1.5em;
        border: 1px solid #999;
        background-color: #eee;
}

sup {
	line-height:100%;
	font-size:60%;
}
sup a:link, sup a:visited {
        font-weight:bold;
        color: #390;
        font-family: helvetica, sans-serif;
        text-decoration:none;
}
