body {
background-color: #ffff99;
}

strong {
    font-size: 16px;
}
h1,h3 { 
text-align: center;
font-style: arial;
}
p  { 
    font-size: 16px;
}
h1 {
    color: red
}
h2 {
    color: red;
}
.w1 {
    color: green;
}
.w2 {
    color: blue;
}
.w3 {
    color: yellow;
}
img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
  border-style: solid;
    border-width: 2px;
    border-color: black;
}
.taggar p{
  text-align: left;
}
.länkar p{
  text-align: left;
}
.hr-left {
  width: 50%; 
  margin-left: 0;
}
.hr-full {
  width: 100%; 
}
.copyright {
    text-align: center;
  font-size: 20px;
}

.bg_green { 
    background-color: lime
}
.spec { 
    background-color: red;
    font-size: 16px;
    font-weight: bold;
}
.kod {
    font-family: 'Courier New', Courier;
}


