@charset "UTF-8";
@import url("./Persistent.css");

/*
 * /resources/css/Bio.css
 * Created on: March 22, 2007
 * $Revision: 38 $
 * $LastChangedDate: 2009-06-07 19:51:10 -0400 (Sun, 07 Jun 2009) $
 * Copyright © Steven Coco. All rights reserved, worldwide. www.StevenCoco.com
 */

#johnBio {
    text-align: justify;
}
#johnBio:first-line {
    font-size: 112%;
    color: #A32216; /* Berry */
    background-color: white;
}
#johnBio:first-letter {
    font-size: 185%;
    font-weight: bolder;
    font-style: italic;
    font-family: serif;
    
}

#headshot {
    float: right;
    background-color: white;
    padding: 2px;
    border: 2px solid #4F4026; /* XX-Dark BG */
    margin: 0 0 1em 1em;
}

#DownloadBox {
    margin-top: 2em;
    padding: 1em;
    border: thin solid black;
}
