Test av css

Dette er vanlig tekst, kode for body er:
 body{
   color: #000000;
   background-color: #ffffff;
   font-family: Arial, sans-serif;
 }

Overskrifter:

 h1{
   color: red;
   font-size: large;
   font-weight: bolder;
   font-family: Arial, sans-serif;
 }

 h3{
   color: blue;
   font-weight: bold;
   font-family: Arial, sans-serif;
 }

Generelt for linkene mine:
 a{
   background-color: white;
   font-family: Arial, sans-serif;
 }

Spesielt for linkene mine:
Link til Kvasir:
 a:link{
   color: green;
   text-decoration: none;
 }

Visited link til Dagbladet:
 a:visited{
   color: blue;
   text-decoration: none;
 }

 p.Hans{
   background-color: white;
   font-family: "Curlz MT", "Brush Script MT", "Comic Sans MS", Arial, sans-serif;
   font-size: 160%;
 }

 p.Erik{
   color: #ff8000;
   background-color: white;
   margin-left: 15px;
 }

 p.Elin{
   color: #336666;
   background-color: white;
   margin-left: 50%;
 }

 p.boks{
   background: #ffff80;
   color: #008000;
   border: double medium blue;
   font-weight: 800;
   margin-right: 55%;
   padding: 0.5em;
}

 span.forstebokstav{
   font-size=300%;
 }