body {
    background-color:rgb(234,234,234);
    font-family:"Open Sans","Trade Gothics", Arial, sans-serif; 
}

a:link,a:visited {
    color:rgb(28,72,138);
    text-decoration:none;
    font-weight:bold;
}

a:hover,a:active {
    text-decoration:underline;
}

h1 {
    text-decoration:underline;
    font-size:1.8em;
    padding-left:10px;
    color:rgb(73,109,155);
    font-family:"Open Sans",sans-serif;
}

p.dateline {
    color:rgb(28,72,138);
    font-size:1.2em;
    font-weight:bold;
    font-family:"Playfair Display", serif;
}

h3.title {
    /*margin-top:20px;*/
    font-family:"Open Sans", sans-serif;
    font-size:1.2em;
    color:rgb(28,72,138);
}

h3.title span {
    font-size:0.7em;
    margin-left:10px;
}

div.biobox {
    background:white;
    border:1px solid rgb(150,150,150);
    box-shadow:1px 1px 1px rgb(150,150,150);
    border-radius:5px;
    margin:10px;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

p.org {
    color:rgb(73,109,155);
    font-size:12pt;
    font-weight:normal;
    font-style:italic;
}

p.org-div {
    color:rgb(73,109,155);
    font-size:10pt;
    font-weight:normal;
    font-style:normal;
}

p.bio {
    text-align:justify;
    font-family:"Open Sans", sans-serif;
}

ul.nomark {
    list-style-type:none;
}

img.photoleft {
    float:left;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:3px;
}

img.photoright {
    float:right;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:3px;
}
