body{
/*
	background-image: url("naviti_bakgrund.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;*/
	background-color:pink;
	
font-family: 'Oswald', sans-serif;

	font-size:1.1em;
}

.centered{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	min-width: 12em;
	padding:1.5em;
	margin-top:4em;
  
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	
	/* IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
	/* IE 5-7 */
	/*filter: alpha(opacity=50);*/
	/* Netscape */
	/*-moz-opacity: 0.5;*/
	/* Safari 1.x */
	/*-khtml-opacity: 0.5;*/
	/* Good browsers */
	/*opacity: 0.5;*/
	
	background-color: rgba(255,255,255,0.8);	/* last digit=opacity */
	color:black;
 }
 
h1{
	font-size:2.0em;
	margin-top:0em;
}
h2{
	margin-top:1.8em;
	margin-bottom:0.2em;
	font-size:1.2em;
}

a{text-decoration:none; color:black;}
a:hover{color:blue;}
 