/*  Typography */
p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;	  
	margin-top: 0px;
	margin-bottom: 0px;
}	

h1, h2, h3, ul	{
	font-family: Verdana;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;	
	}

	/* Rubrik */
h1 {
	font-size: 14px;
	font: ;
	font-weight: bold;
	color: #CC0000; 
	text-align: left; 
	text-transform: uppercase;
}

	/* Underrubrik */
h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	}

	/* Liten rubrik */
h3 {
	font-size: 9px;
	font-weight: bold;
	color: black;
	text-align: left;
	line-height: 12px;
	text-transform: uppercase;

	}
  /* menytext */
 h4	{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}	

/* byline */
h5  {
    font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;	  
	margin-top: 0px;
	margin-bottom: 0px;

	}
 
	/* Lista */
ul {	
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	
	color: #000000;
	line-height: 18px;
	}

li {
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
	
	/* General linkology */
	
a:link, a:visited {
	text-decoration : underline;
	color: #445F9D;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #000000;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #000000;
	background: transparent;  
	}