@charset "utf-8";
/* CSS Document */
			

/*** default "document text" style ***/

body{	color: #666666; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt;
}

/**********/

/*** style of the name "Lina Persson" ***/

.header {	color: #999999;	
			font-size: 11pt;
}

/**********/




/*** BEGINING of the "link" style ***/

a {		color: #999999;							 /* ALL Text LINK colour = Normal */
		font-weight: bold;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;	 

}

a:hover {
    	color: #66cc00;                            /* ALL Text LINK colour = Hover */
    	text-decoration: none;

}

/**********/
