body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:rgba(4,4,4,1);
    background-color: lightgrey;
    margin: 0px;
}
ul.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 400px;
}
li.gallery {
    margin: 20px; 
    text-align: center;
    border: 1px solid; 
    border-color:rgba(50,86,154,1);
    font-weight:bold; font-size:x-large; color:white; background-color:rgba(50,86,154,1);
    list-style-type: none;
}
a.gallery {
    color:white;
    text-decoration: solid;
}
section.Text {
    text-align: center;
    padding: 0px 10px 40px 10px;
}
section.ltext {
    text-align: left;
    padding: 0px 10px 40px 10px;
}section.author {
    text-align: left;
    margin: 10px 10px 10px 10px;
}
section.date {
    text-align: right;
    margin: 10px 10px 10px 10px;
}
p {
    font-size: large
}
a {
    color: rgba(5,89,135,1)
}
h1 {
    font-size: xx-large;
    font-weight: bold
}
h2 {
    font-size: x-large;
    font-weight: bold
}
h3 {
    font-size:large; 
    font-weight:bold; 
    color:rgba(5,89,135,1)
}
h4 {
    font-size:medium; 
    font-weight:normal; 
    color:rgba(5,89,135,1)
}
b.Price {
    font-size:xx-large;
    color:indianred
}
a.Download {
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: gold;
    color: rgba(0,114,198,1);
    font-weight: bold;
    font-size: x-large;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 12px 60px 10px 60px;
}
a.Download:hover {
    background-color: goldenrod;
}
p.header {
    font-size: x-large;
    font-weight: normal;
    font-family: Corbel;
    word-spacing: 6px;
    background-image: url(../Res/Logo40x40.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-position-y: center;
    background-color: white;
    margin: 0px;
    padding: 20px 30px 20px 60px
}
a.header {
    text-decoration: none;
    color: black;
}
nav.Menu ul {
    margin: 0px;
    padding: 5px 12px 5px 12px;
    background-color: #4E95D9;
    text-transform: uppercase;
    color: white;
    font-weight: lighter;
    font-size: xx-large;
}
li.Menu {
    display: inline-block;
}
nav.Menu a {
    color: white;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
nav.Menu a:visited {
    color: white;
}
nav.Menu a:hover {
    color: white;
    text-decoration: underline;
}
nav.Breadcrumb ol {
    font-size: small;
    color: black;
    float: left
}
nav.Breadcrumb a {
    color: black;
    text-decoration: none
}
nav.Breadcrumb a:hover {
    color: black;
    text-decoration: underline;
}
nav.Breadcrumb a::after {
    display: inline-block;
    color: black;
    content: '›';
}
li.Breadcrumb {
    display: inline-block;
}
li.Language {
    display: inline-block;
}
ul.Language {
    margin-top: 4px;
    text-align: right;
}
nav.Language {
    font-size: xx-large;
    text-transform: uppercase;
}
nav.Language a {
    color: black;
    text-decoration: none
}
nav.Language a:hover {
    text-decoration: underline;
}
article.width {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 0px;
    width: 85%;
    margin: 0% 5% 0% 5%;
    clear: both
}
header.article {
    padding: 10px;
}
footer.width {
    width: 100%;
    background-color: #4E95D9;
    color: white;
    font-size: smaller;
    text-align: center;
    margin: 0px;
    padding: 30px 0px 10px 0px
}
address {
    font-style: normal;
    padding: 5px;
}
b.copyright {
    font-size: smaller;
    font-weight: normal
}
a.address {color:white}
a.address:visited {color:white}
a.address:hover {color:white}
dt {
    padding: 0px 10px 0px 10px;
    margin-top: 8px;
    font-size: x-large;
    font-weight: bold
}
dd {
    padding: 0px 10px 0px 10px;
    font-size: large
}