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