.bg_green {background-color: greenyellow;
}
a {
    color:#666666;
    font-size:16px;
    text-decoration:none;
    }
    a:hover {
    text-decoration:underline overline;
    }
.spec {background-color: red; font-size: 16px; 
font-weight: bold;
}
.kod { font-family:"Courier New", Courier;
}
.red {
    color: red;
  }
  .blue {
    color: blue;
  }
  .green {
    color: green;
  }
  .yellow {
    color: yellow;
  }
  .italic {
    font-style: italic;
  }
  .bold {
    font-style: bold;
  }
  .half-width {
    text-align: left;
    width: 50%;
  }
  .align {
    text-align: center;     
  }
  .diven {
    text-align: center;
  }
  .bilden {
    border-color: black;
    border-width: 2px;
    width: 300px;
  }
  .femtonpx {
    font-size: 15px;
  }
  p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  h5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  body {
    background-color: #ffff99; /* Ljusgul bakgrundsfärg */
}

strong {
    font-size: 16px; /* Storlek på text i strong */
}