h1 {
    font-family: serif;
    text-align: justify;
    font-size: 14.5pt;
}
h2 {
    text-align: center;
    font-size: 11.5pt;
    margin-bottom: 3px;
    margin-top: 3px;
}
A {
    color: blue;
}
A:visited {
    color: blue;
   }
A:active {
    color: blue;
   }
article {
    font-family: Sans-Serif;
    font-size: 13pt;
    text-align: justify;
}
.photo {
 border-left-color: silver;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: silver;
 border-right-width: 1px;
 border-right-style: solid;
}