@charset "iso-8859-1";
/* CSS Document */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/bild/sajt1600helejsmycke.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-repeat: no-repeat;
	text-decoration: none;
}

a {
	color : #06F;
	text-decoration: none;
	font-weight:bold
}

a:active  {
	color : #06F;
	text-decoration: none;
}	

a:hover  {
	color : #F30;
	text-decoration: none;
}
