nav p {
    text-align: right;
    Font-size: small;
}

h1 {
    margin: -15px 0 10px 0;
    Padding-left: 0.2em;
    border-bottom: solid 5px #3377ff;
    font-size: 120%;
    color: #3377cc;
}
h2 {
    background-image: url(../img/title_back_01.gif);
    padding: 10px 0px 10px 60px;
    font-size:17px;
}
h3 {
    margin: 0.8em 0 0.2em 0;
}

header ul a {
    text-decoration: none;
    color:inherit;
}
header ul a:hover {
    color: blue;
}
section {
    margin-bottom: 10px;
}
section p {
    margin-bottom: 10px;
    text-indent: 1em;
    font-size: 14px;
    line-height: 1.5em;
}
p#author {
    text-align: right;
    font-size: smaller;
}

/*
Belows are Classes for which are displayed mono figure, two figures and figure&text.
*/
.brackets {             /* Aplied to p Tag*/
    margin-bottom: 0;
    text-indent: 0;
    font-weight: bolder;
    font-size: 15px;
}

/* for single figure in one line */
.imgCenter {           /* Aplied to figure Tag */
    margin: auto;
    display: block;
    width: 500px;
}

/* for inline-block; left side is figure & right side is text */
.side_image {           /* Aplied to figure Tag */
    display: inline-block;
    margin-left: 135px;
}
.side_text {           /* Aplied to p Tag */
    display: inline-block;
    margin-left: 0px;
    width: 350px;
    vertical-align: bottom;
}

/* for 2 photoes with caption */
.twoPhotoes {
  margin-top: 0;
  margin-left: 135px;
  width: 480px;
}
.twoPhotoes::after {
    content: '';
    display: block;
    clear:both;
}
.twoPhotoes figure {
    float: left;
    margin: 0px 5px 5px 0px;
    background-color: #f9f9f9;
}
.twoPhotoes figure img {
    display: block;
    margin: 0px 0px 3px 0px;
    height: 200px;
}
.twoPhotoes figcaption {
    font-size: 0.75em;
    text-align: center;
}