a:link { color: #0000ff; text-decoration: underline; }
a:visited { color: #ff0080; text-decoration: underline; }
a:hover { color: #cc0000; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }

BODY {
	background-color : #fdfb99;
}

H1 {
	font-size: 28px;
	font : bold serif;
	color : Red;
	}
	
H2.fbw {
	font-size: 28px;
	font : bold serif;
	color : Red;
}
	
H2 {
	font-family : serif;
	font-size: 22px;
		font-weight : normal;
	color: Red;
}
H2.blue {
	font-weight : bold;
	font-size: 22px;
	font-family : serif;
	color : Blue;
}
p {
	color : Black;
	font-size: 15px;
	
}
P.blue {
	color : Blue;
	font-family : serif;
	font-size : 15px;
	
}
P.text {
	color : Black;
	font-size : 19px;
	font-weight : bold;
}
P.navn {
	color : Black;
	font-size: 15px;
	font-weight : bold;
}

