html {
  font-family: Cambria;
}

body {
    background-color: #ffffff;
    font-family: "Laila";
    font-size: 16px;
}
.active {font-style: italic;}
img.smallright { max-width: 30%; float: right; padding-left:25px;}
@media (orientation:portrait) {
.adapt-height {padding-bottom: 177.78%;}
}
@media (orientation:landscape) {
.adapt-height {padding-bottom: 56.25%;}
}

footer {
    font-family: "Arial";
    font-size: 12px;
    background-color: #eeeeee;
    padding: 15px;
    padding-bottom: 0px;
}
footer .title {
    color: #800000;
}
ul.bl {
    list-style-type: none;
}
