body{
	background: Silver;
	font-family:Arial;
	
}




B {
	background : transparent;
}

A{
	color: Yellow;
	text-decoration:none
}
A:hover{
	color:green;
	text-decoration:undrline;
	background : Silver;
}
.text1 {
	color : red;
	font-style : italic;
}
.text2 {
	color : Red;
	background : transparent;
}
.text3{
	color : Black;
	font-size : larger;
	font-family : fantasy;
	float : right;
}
.text4{
	color : Background;
	font : x-large;
	float : right
}
.bakgrund{
	background : #669999;
}
.Namntext{
	font : bold xx-large;
	color : #990000;
}