
/* CSS Document */

@font-face { 
font-family: 'Nunito Sans', sans-serif;
}

html,body {
	font-family: 'Nunito Sans',Arial;
  font-size: 14pt;
  font-weight:200;
}

a {
	text-decoration: none;	
	font-family: 'Nunito Sans','verdana', 'arial', 'sans-serif';
	color: #21b3fc;
    font-weight:200;
}

a:hover {	
	font-family: 'Nunito Sans','verdana', 'arial', 'sans-serif';
	color: #105070;
}

#rubrik {
    font-family: 'Nunito Sans',Arial;
	text-decoration: none;
	font-size: 28pt;
	font-weight:300;
}

#container {
	    margin: auto;
	    width: 50%;
	    padding: 10px;
	
}