
body {
  background-color: #ffff99;
  font-family: arial;
}

h1 {
  font-family: Verdana;
  color: red;
  text-align: center;
}

.spec {
  background-color: red;
}

a {
  color:#666666;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline overline;
  }

.color1 {
  color: green;
}

.color2 {
  color: blue;
}

.color3 {
  color: yellow;
}

.bg_green {
  background-color: lime;
}

p strong {
  font-size: large;
}

.bild1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border: black 2px solid;
}

.center {
  text-align: center;
}

.large {
  font-size: 20px;
}

hr {
  color: darkgrey;
  height: 3px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.line {
  margin-right: 100%;
  width: 50%;
}

.kod {
  font-family: 'Courier New', Courier;
  color: black;
}

#signature {
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
}