 body {
		   		margin: 0px;
		   		padding: 0px;
		   		font-family: arial, tahoma, sans-serif;
		   		text-align: center;
		   		font-size: 80%;
		   		
		   }
		   
		   table { font-size: 80%; margin: 0px; width: 600px;}
		   
		   .categories { width: 600px; }
		   
		   td , p{ font-weight: normal; letter-spacing: 0px; }
		   
		   #wrap {
		   		 margin: 0 auto;
		   		 text-align: left;
		   		 width: 700px;
		   		 background: white;
		   }
		   
		   h2.desc {
		   background: #bde1fd; 
		   padding: 2px 4px 3px 4px;
		   font-weight: bold;
		   font-size: 17px;
		   }
		   
		   h1, h2 {
		   letter-spacing: -1px;
		   }
		   
		   h1 {
		   	  font-size: 25px;
		   }
		   
		   strong {
		   		  background: #fcdaf8; 
        		  padding: 2px 4px 3px 4px;
        		  font-weight: normal;

		   }
		   
		   #box1 {
		   		 float: left;
		   		 width: 50%;
		   }
		   
		   #box2 {
		   		 float: left;
		   		width: 50%;
		   }
		   
		   h3 a {
		   			color: #196ec6;
		   			font-size: 20px;
		   			font-weight: normal;
		   			text-decoration: none
		   }
		   
		   a {
		   			color: black;
		   			
		   }
		   
		   #footer {
		   		   font-size: 9px;
		   		   clear: left;
				   letter-spacing: 0px;
				   text-align: center;
		   }
		   
		   #logo h1 { display: none; 
		   }
		   
		   #logo {
		   		 background: url(http://82.103.138.124/leksverige/images/logo.jpg) no-repeat;
		   		 width: 700px;
		   		 height: 150px;
		   }