/*   son.css for mobile display of important info		*/
   	   
body    { 
margin: 0; 
padding: 0; 
color: black; 
background: white; } 

b		{ font-weight: bolder; color: red; }

h1		{ font-size: 2.0em; }

p			{ 
font: bold 1.0em "times new roman", serif; 
width:		 115px;
		  }
ul		{ 
float: left;
 }
li		{ 
font-size: 120%;
width: 120px; 	
			}
/*  marginaler near nill and em eller procent är bättre än px */     
/*  son.css - 2005 */
