body {
    background-color: #d4dcd6;
    background-image: url(../../img/16.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    color: #4c6473;
    margin-top: 0;
    margin-left: 1cm;
    margin-bottom: 1cm;
    padding: 0;
}

a.law:link,
a.law:active {
    text-decoration: none;
    color: #00a3af;
}

a.law:hover {
    color: #a2d7dd;
}

a.law:active {
    color: #a2d7dd;
}

a:link {
    color: #4c6473;
}

a:visited {
    color: #e6eae3;
}

a:hover {
    color: #668599;
}

a:active {
    color: #4c6473;
}

a {
    text-decoration: none;
}

html,
body {

    scrollbar-arrow-color: #ffffff;

    scrollbar-face-color: #d4dcd6;

    scrollbar-3dlight-color: #d4dcd6;

    scrollbar-darkshadow-color: #d4dcd6;

    scrollbar-highlight-color: #ffffff;

    scrollbar-shadow-color: #ffffff;

    scrollbar-track-color: #d4dcd6;
}


p {
    font-size: 0.32cm;
    line-height: 150%;
}

h1 {
    font-family: serif;
    line-height: 80%;
    margin: 0;
    text-align: right;
    font-size: 2cm;
}

h2 {
    font-family: serif;
    line-height: 80%;
    font-size: 1.5cm;
}

hr {
    background-color: #4c6473;
    border: none;
    height: 1px;
}

div {
    width: 17.8cm;
}

.button-style,
.button-style:link,
.button-style:visited,
.button-style:hover,
.button-style:active {
  display: inline-block;
  padding: 4px 8px;
  background-color: white;
  border: 1px solid #4c6473;
  color: #4c6473;
  text-decoration: none;
  border-radius: 4px;
}