a:link {
	color: blue; /*linken hed før cc0033*/
	font-weight: bold;
	text-decoration: none;
	font: bold 12pt "Comic Sans MS";
}
	

body         { font-family: Tahoma; font-size: 10px }
a:visited {
	color: #009900; /*linken hed før blue*/
	font-weight: bold;
	text-decoration: none;
	font: bold 12pt "Comic Sans MS";
}
a:active {
	background-color: yellow;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: red;/*linken hed før 00cc00*/
	font-weight:bold;
	text-decoration:none;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 35px;
	font-weight: bold;
	color: Navy;
	text-align: center; font-style:italic
}h2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
	margin-left: 5%;
}

p {
	margin-left: 10%;
	margin-right: 3%;
}
