body {
    background-color: #ffffff;
    background-image: url(../../img/gif72.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    color: #2b2b2b;
    width: 18cm;
    margin: auto;
    padding: 2cm 0 2cm 0;
}

a:link {
    color: #a9a9a9;
}

a:visited {
    color: #696969;
}

a:hover {
    color: #dcdcdc;
}

a:active {
    color: #dcdcdc;
}

a {
    text-decoration: none;
}

html,
body {
    scrollbar-arrow-color: #696969;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-3dlight-color: #696969;
    scrollbar-darkshadow-color: #696969;
    scrollbar-track-color: #ffffff;
}

p {
    font-size: 0.4cm;
    line-height: 150%;
}

div.lines {
    color: #a9a9a9;
    font-size: 0.8cm;
    text-align: right;
    font-family: serif;
    margin: 2cm 0 2cm 0;
}

div.title {
    color: #a9a9a9;
}

p.a {
    text-align: right;
}

h1 {
    color: #2b2b2b;
    font-size: 0.8cm;
    font-family: serif;
}

.button-style,
.button-style:link,
.button-style:visited,
.button-style:hover,
.button-style:active {
  display: inline-block;
  padding: 2px 8px;
  background-color: white;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.3cm;
}