﻿body{
  	font-family: arial, "lucida console", sans-serif;
  	background-color: #819203;
  	color: black;
  }
  h1{
  	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps; /*laver om til kun store bogstaver, det første er lidt større*/
	background-color: #876543;
  	color: dark brown;
  }
  a{
	color: orange;
	font-weight: bold; /*gør teksten fed*/
  }

