        :focus{ outline: 0; }

    	body{
    		font-family: 'Lucida Grande', Arial, sans-serif;
    		color: #fff;
    		background: #2B2B2B;
    		font-size: 11px;
    		padding: 10px 0 0 0;
    		line-height: 18px;
    	}
	
    	*{
    		margin: 0;
    		padding: 0;
    	}
	
    	a{
    		text-decoration: none;
    	}
    	
    	a.permalink {
    	    white-space: nowrap;
    	}
	
    	h1{
    		line-height: 26px;
    		margin: 0 0 0 20px;
    		font-weight: normal;
    	}

       h1 a {
    		color:#fff;
    		text-shadow: #000 0px 1px 0px;
       }
	
       .imagebadge {
                font-family: 'Lucida Grande', Arial, sans-serif;
                font-size: 18px;
       }

