/*sstory.css - style sheet for malcolmmacdonald.org homepages/short story*/
body {background:"#f7f7f7"
}
h1 {font-family: "Times", "serif";
    font-style: normal;
    font-weight: 700 /*bold*/;
    font-size: 21pt;
    color: #d66321;
    background: #f7f7f7;
    text-align: center
}
h2 {font-family: "Verdana", "sans-serif";
    font style: italic;
    font-weight: 500 /*normal*/;
    font-size: 13pt;
    color: "green";
    text-align:center
}  

p  {font-size: 11pt;
    line-height: 14pt;	
    font-weight: 500 /*normal*/;
    color: "black";
    background: #f7f7f7;
    text-align: left;
    text-indent: 30pt;
    margin-top: 0;
    margin-bottom: 0
}

span.dcap {font-size:200%;
    color: #d66321
}
span.scaps {font-variant:small-caps
}
hr.10  {height: 1em;
        color: green
}
