/* p {
    line-height:150%;
}
*/
br {
     line-height: 150%;
     }
h2 {
    line-height:2.00em;
}

/*
p {
     white-space: pre-line; 
   }
*/


h3 {
    line-height:.5em;
}

h1 {
    line-height:.1.5em;
}
.site-title {
    display: none;
}

h2.special {
  	line-height:1.00em;

}

p.special {
    line-height:2.0em;
}

/* below also works */


.nav-tabs, .nav-pills { margin:0 auto 0 auto; padding:0; width:500px; }

/*
below also works
ul.nav.menu.nav-pills { margin:0 auto 0 auto; padding:10; width:460px; }
*/